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
This commit is contained in:
parent
6e1f150c82
commit
dedecd8cf3
|
@ -193,6 +193,7 @@ LOCAL_RESOURCE_DIR := \
|
||||||
$(LOCAL_PATH)/quickstep/res \
|
$(LOCAL_PATH)/quickstep/res \
|
||||||
$(LOCAL_PATH)/go/res
|
$(LOCAL_PATH)/go/res
|
||||||
|
|
||||||
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
||||||
LOCAL_PROGUARD_ENABLED := full
|
LOCAL_PROGUARD_ENABLED := full
|
||||||
|
|
||||||
LOCAL_SDK_VERSION := system_current
|
LOCAL_SDK_VERSION := system_current
|
||||||
|
|
Loading…
Reference in New Issue