diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
commit | f7102b858dc849cc94255bc96f95b880dfd93452 (patch) | |
tree | 3e6164b0b02bb62f7093ddc44bbbaebaf44aacf8 /healthd/Android.mk | |
parent | cc834f0c4bb0ce51baddc42d11935438bf63394a (diff) |
Initialising brunch based on davidevinavil device tree (CM14.0 branch)
Diffstat (limited to 'healthd/Android.mk')
-rwxr-xr-x | healthd/Android.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/healthd/Android.mk b/healthd/Android.mk deleted file mode 100755 index b162bb4..0000000 --- a/healthd/Android.mk +++ /dev/null @@ -1,8 +0,0 @@ -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) |