From 5b5de032e4e74c6f8e2aaba7911ae71474d77478 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Thu, 12 Dec 2024 18:06:51 +0100 Subject: [PATCH] lens_launcher: Don't optimize R8 likes to remove the activity... Change-Id: Ief00a89a166ecb7e1d0a0b493d4ac4f3bacc274b --- lens_launcher/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lens_launcher/Android.bp b/lens_launcher/Android.bp index 593ea76..5c50f9c 100644 --- a/lens_launcher/Android.bp +++ b/lens_launcher/Android.bp @@ -17,8 +17,6 @@ android_app { product_specific: true, optimize: { - optimize: true, proguard_flags_files: ["proguard-rules.pro"], - shrink_resources: true, }, }