diff options
| -rw-r--r-- | packages/SystemUI/shared/Android.mk | 4 |
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)) |