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

Commit 6861c4e5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable <uses-library> check for WTS" into main am: bbce78d7

parents 4a6c4b07 bbce78d7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -202,6 +202,12 @@ ifneq (,$(filter $(LOCAL_MODULE_TAGS),tests))
endif
ifneq (,$(LOCAL_COMPATIBILITY_SUITE))
  LOCAL_ENFORCE_USES_LIBRARIES := false

  # Enable the check for WTS
  ifneq ($(filter wts,$(LOCAL_COMPATIBILITY_SUITE)),)
    LOCAL_ENFORCE_USES_LIBRARIES := true
  endif

endif

# Disable the check if the app contains no java code.