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

Commit 5547d84e authored by Artur Satayev's avatar Artur Satayev
Browse files

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

Bug: 149622332
Test: m (with different products)
Change-Id: I5695dd1003386191dbbe0ea511ef5b615d0d5e4e
Merged-Id: I5695dd1003386191dbbe0ea511ef5b615d0d5e4e
Exempt-From-Owner-Approval: cp
(cherry picked from commit 0efeca6a)
parent 260e481c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1718,6 +1718,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 ...)