Move allowed_deps.txt to packages/modules/common.

Bug: 179234385
Test: run update-apex-allowed-deps.sh locally
Change-Id: I6866e7a80bce03f991f5b99fb5182c91351cc311
Merged-In: I6866e7a80bce03f991f5b99fb5182c91351cc311
This commit is contained in:
Artur Satayev 2021-03-11 16:47:19 +00:00
parent 587e625e20
commit 1cd28cdd03
1 changed files with 1 additions and 1 deletions

View File

@ -1863,7 +1863,7 @@ tidy_only:
ndk: $(SOONG_OUT_DIR)/ndk.timestamp
.PHONY: ndk
# Checks that build/soong/apex/allowed_deps.txt remains up to date
# Checks that allowed_deps.txt remains up to date
ifneq ($(UNSAFE_DISABLE_APEX_ALLOWED_DEPS_CHECK),true)
droidcore: ${APEX_ALLOWED_DEPS_CHECK}
endif