Merge "Revert^2 "Add a check for apex/allowed_deps.txt to droidcore."" am: bcfaaf9eb2

Original change: https://android-review.googlesource.com/c/platform/build/+/1486317

Change-Id: I63df000a4182c472f0c90cebba91993c8556f30e
This commit is contained in:
Nikita Ioffe
2020-11-05 14:11:34 +00:00
committed by Automerger Merge Worker

View File

@@ -1899,6 +1899,11 @@ tidy_only:
ndk: $(SOONG_OUT_DIR)/ndk.timestamp
.PHONY: ndk
# Checks that build/soong/apex/allowed_deps.txt remains up to date
ifneq ($(UNSAFE_DISABLE_APEX_ALLOWED_DEPS_CHECK),true)
droidcore: ${APEX_ALLOWED_DEPS_CHECK}
endif
$(call dist-write-file,$(KATI_PACKAGE_MK_DIR)/dist.mk)
$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing build rules ...)