Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4548a7d4 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Disabling proguard on Launcher3 as it is a test target

Bug: 117527405
Change-Id: I4d32cf060eebaa0d8efe4f0a3a5c924eadcffa4a
parent 514cd278
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -74,6 +74,8 @@ LOCAL_SRC_FILES := \
    $(call all-java-files-under, src_flags)

LOCAL_PROGUARD_FLAG_FILES := proguard.flags
# Proguard is disable for testing. Derivarive prjects to keep proguard enabled
LOCAL_PROGUARD_ENABLED := disabled

LOCAL_SDK_VERSION := current
LOCAL_MIN_SDK_VERSION := 21