summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@google.com> 2010-08-02 14:52:35 -0400
committer Daniel Sandler <dsandler@google.com> 2010-08-02 14:53:16 -0400
commit1ab5cae8df1d2409d5c2346d63cd7da887e978e1 (patch)
treede8618544ca32a2faaf65c7957fa9cd2d409d903
parent16f8c620abd0ea07e704b6997a66a45ad3590dea (diff)
Actually reference the fixed Proguard flags.
Bug: 2869888 Change-Id: I3277b51cd411c7933607c08b6022870ef83e9197
-rw-r--r--packages/SystemUI/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/Android.mk b/packages/SystemUI/Android.mk
index 4c83768d9cee..910e84ed5a33 100644
--- a/packages/SystemUI/Android.mk
+++ b/packages/SystemUI/Android.mk
@@ -10,4 +10,6 @@ LOCAL_JAVA_LIBRARIES := services
LOCAL_PACKAGE_NAME := SystemUI
LOCAL_CERTIFICATE := platform
+LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
+
include $(BUILD_PACKAGE)