mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Android.bp: change proguard.flags to proguard.pro
The file was renamed so it needs to be changed here, too.
This commit is contained in:
committed by
Patryk Michalik
parent
79c38a3f97
commit
db77383cd9
@@ -164,7 +164,7 @@ android_app {
|
||||
"ext_tests/res",
|
||||
],
|
||||
optimize: {
|
||||
proguard_flags_files: ["proguard.flags"],
|
||||
proguard_flags_files: ["proguard.pro"],
|
||||
// Proguard is disable for testing. Derivarive prjects to keep proguard enabled
|
||||
enabled: false,
|
||||
},
|
||||
@@ -238,7 +238,7 @@ filegroup {
|
||||
// Proguard files for Launcher3
|
||||
filegroup {
|
||||
name: "launcher-proguard-rules",
|
||||
srcs: ["proguard.flags"],
|
||||
srcs: ["proguard.pro"],
|
||||
}
|
||||
|
||||
// Library with all the dependencies for building Launcher Go
|
||||
|
||||
Reference in New Issue
Block a user