Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63777bd5 authored by Artur Satayev's avatar Artur Satayev Committed by Automerger Merge Worker
Browse files

Merge "Add a check for apex/allowed_deps.txt to droidcore." into mainline-prod am: 361384f5

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

Change-Id: I2635586724824b5eed626cf955d6e351875bda05
parents ced50fcb 361384f5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1896,6 +1896,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 ...)