summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRajeev Kumar <rajekumar@google.com>2018-08-06 14:32:26 -0700
committerRajeev Kumar <rajekumar@google.com>2018-08-06 21:37:53 +0000
commitdedecd8cf370f314bad6e25dcf5b6879b25b7bc3 (patch)
treef50ed8b57eb7073b33e994b7a09c11629d88d972 /Android.mk
parent6e1f150c824203b0f6d688da534b5389103bc743 (diff)
downloadandroid_packages_apps_Trebuchet-dedecd8cf370f314bad6e25dcf5b6879b25b7bc3.tar.gz
android_packages_apps_Trebuchet-dedecd8cf370f314bad6e25dcf5b6879b25b7bc3.tar.bz2
android_packages_apps_Trebuchet-dedecd8cf370f314bad6e25dcf5b6879b25b7bc3.zip
Specify proguard.flags file explicitly in the Launcher3QuickStepGo make rule
This change makes sure that following build command doesn't error out: tapas Launcher3QuickStepGo make -j45 Bug: 112274857 Test: Built source with tapas Launcher3QuickStepGo and it built successfully. Change-Id: Icd788e4e119efd386bec6646627c2d9dd485af60
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 3bda3095b..2a3285748 100644
--- a/Android.mk
+++ b/Android.mk
@@ -193,6 +193,7 @@ LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/quickstep/res \
$(LOCAL_PATH)/go/res
+LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_PROGUARD_ENABLED := full
LOCAL_SDK_VERSION := system_current