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

Commit bbce78d7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents cfb51aa4 6f29441e
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.