Revert "Add a check for apex/allowed_deps.txt to droidcore."
Revert "Track allowed transitive deps in any updatable module." Revert submission 1312796-apex-allowed-deps Reason for revert: b/161974327 Reverted Changes: I52a4be72e:Add a check for apex/allowed_deps.txt to droidcore... I56771ba3f:Track allowed transitive deps in any updatable mod... Change-Id: I20ad7bf2001e76b5e3ca4aaf3baa5318e270f3dc
This commit is contained in:
parent
12e2d0f7a2
commit
c42d9bfc27
|
@ -1850,11 +1850,6 @@ tidy_only:
|
||||||
ndk: $(SOONG_OUT_DIR)/ndk.timestamp
|
ndk: $(SOONG_OUT_DIR)/ndk.timestamp
|
||||||
.PHONY: ndk
|
.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)
|
$(call dist-write-file,$(KATI_PACKAGE_MK_DIR)/dist.mk)
|
||||||
|
|
||||||
$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing build rules ...)
|
$(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] writing build rules ...)
|
||||||
|
|
Loading…
Reference in New Issue