Revert "Add a check for apex/allowed_deps.txt to droidcore."

Revert "Track allowed transitive deps in any updatable module."

Revert submission 11883270-apex-allowed-deps

Reason for revert: b/159762187 broken build
Reverted Changes:
I56771ba3f:Track allowed transitive deps in any updatable mod...
I52a4be72e:Add a check for apex/allowed_deps.txt to droidcore...

Change-Id: If416513fbb4bcdbc38b007ebe2ece8fd87b6ecae
This commit is contained in:
Artur Satayev
2020-06-24 10:17:19 +00:00
parent e6bbb8a311
commit 67e8be4b9c

View File

@@ -1787,11 +1787,6 @@ 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 ...)