summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2018-01-26 17:41:43 -0800
committer Dan Willemsen <dwillemsen@google.com> 2018-01-26 17:43:38 -0800
commitc355730e34e9d761344f71ae297ddbecd88bf0f5 (patch)
treeca0c712107eeadf3051f3fce1b810b7c3c62dc78
parent4a24b57f0e25286eb04c86461d80dcf2bda56950 (diff)
Differentiate SystemUISharedLib library vs apk
The build system doesn't particularly like a java library and an apk with the same name, so rename the apk that doesn't seem to be used. Test: m SysUISharedLib Test: m SystemUISharedLib Change-Id: Ib3fc80e420285f667209f729906802e5217cdf25
-rw-r--r--packages/SystemUI/shared/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/shared/Android.mk b/packages/SystemUI/shared/Android.mk
index 5f75f7d71584..21b0ed85a420 100644
--- a/packages/SystemUI/shared/Android.mk
+++ b/packages/SystemUI/shared/Android.mk
@@ -30,7 +30,7 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
include $(CLEAR_VARS)
-LOCAL_PACKAGE_NAME := SystemUISharedLib
+LOCAL_PACKAGE_NAME := SysUISharedLib
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_LIBRARIES := SystemUISharedLib
@@ -39,4 +39,4 @@ LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
-include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file
+include $(call all-makefiles-under,$(LOCAL_PATH))