Skip to content

Commit

Permalink
TouchGestures: Disable proguard and dexpreopt
Browse files Browse the repository at this point in the history
Change-Id: Ie1f17d7b7cbcf896d54229b2eff5915a314f7406
Signed-off-by: Anushek Prasal <[email protected]>
  • Loading branch information
jhenrique09 authored and AshutoshSundresh committed Apr 11, 2021
1 parent adcd883 commit 8354cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 3 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_STATIC_ANDROID_LIBRARIES := \
VendorSupport-preference

LOCAL_PROGUARD_FLAG_FILES := proguard.flags
LOCAL_PROGUARD_ENABLED := disabled

LOCAL_DEX_PREOPT := false

include frameworks/base/packages/SettingsLib/common.mk

Expand Down
11 changes: 0 additions & 11 deletions proguard.flags

This file was deleted.

0 comments on commit 8354cb0

Please sign in to comment.