diff options
author | Fedor917 <cryscript@gmail.com> | 2016-10-26 00:02:15 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-10-26 00:02:15 +0700 |
commit | 4a6f194ca90f6975820d22008fd93af691957cef (patch) | |
tree | a88ccfadec9c524a6f5404a2a9ad52dd42c9f563 /healthd/Android.mk | |
parent | 514fff9c46d0e960ce1f57d6d38de6a15f6501f4 (diff) |
Initial commit
Diffstat (limited to 'healthd/Android.mk')
-rwxr-xr-x | healthd/Android.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk new file mode 100755 index 0000000..b162bb4 --- /dev/null +++ b/healthd/Android.mk @@ -0,0 +1,8 @@ +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) +LOCAL_SRC_FILES := healthd_board_msm.cpp +LOCAL_MODULE := libhealthd.zuk +LOCAL_CFLAGS := -Werror +LOCAL_C_INCLUDES := system/core/healthd bootable/recovery +include $(BUILD_STATIC_LIBRARY) |