From db77383cd9f27049189862d45f7f329d46256614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o=20Gomes=20Viana?= Date: Wed, 29 Jun 2022 14:14:37 +0200 Subject: [PATCH] Android.bp: change proguard.flags to proguard.pro The file was renamed so it needs to be changed here, too. --- Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index ad2f77ee20..417dd47baf 100644 --- a/Android.bp +++ b/Android.bp @@ -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