commit | 492dd1e5c1c47bc8a804b58bed941c8eaa94d9a3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 24 05:22:14 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 24 05:22:14 2015 +0000 |
tree | 6240c199da317f236c7c1ae91a8de4aee50466d2 | |
parent | cb4ae20d7280f0376a79a6e993fd1e9cee1c403d [diff] | |
parent | 27d53d3d86fdfbd35c00aa35c5313f244f43b8db [diff] |
Merge "Remove obsolete BUILD_TINY_ANDROID check from healthd makefile"
diff --git a/healthd/Android.mk b/healthd/Android.mk index 1d238b1..07e1d73 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk
@@ -1,7 +1,5 @@ # Copyright 2013 The Android Open Source Project -ifneq ($(BUILD_TINY_ANDROID),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -77,5 +75,3 @@ _add-charger-image := _img_modules := - -endif