blob: 87e8862d03667fe43cdb0b0a3fc79f274e183aa3 [file] [log] [blame]
Damien Bargiacchi565ba022016-08-11 15:29:50 -07001# Copyright 2016 The Android Open Source Project
2
3LOCAL_PATH:= $(call my-dir)
4
5include $(CLEAR_VARS)
6
7LOCAL_SRC_FILES := \
8 AnimationParser_test.cpp \
9
10LOCAL_MODULE := healthd_test
11LOCAL_MODULE_TAGS := tests
12
13LOCAL_STATIC_LIBRARIES := \
14 libhealthd_internal \
15
16LOCAL_SHARED_LIBRARIES := \
17 liblog \
18 libbase \
19 libcutils \
20
21include $(BUILD_NATIVE_TEST)