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