Merge "Add missing dependency on aapt."

This commit is contained in:
Ulyana Trafimovich 2021-03-18 17:28:12 +00:00 committed by Gerrit Code Review
commit f0e648688a
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ ifdef LOCAL_ENFORCE_USES_LIBRARIES
$(my_enforced_uses_libraries): PRIVATE_USES_LIBRARIES := $(my_uses_libs)
$(my_enforced_uses_libraries): PRIVATE_OPTIONAL_USES_LIBRARIES := $(my_optional_uses_libs)
$(my_enforced_uses_libraries): PRIVATE_RELAX_CHECK := $(my_relax_check)
$(my_enforced_uses_libraries): $(AAPT)
$(my_enforced_uses_libraries): $(my_verify_script)
$(my_enforced_uses_libraries): $(my_prebuilt_src_file)
@echo Verifying uses-libraries: $<