diff options
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk index 29c5a4ccb7..a5e2456156 100644 --- a/core/main.mk +++ b/core/main.mk @@ -1253,6 +1253,8 @@ else endef endif +# TODO(b/142944799): Implement Java library absence check for Core Libraries. + ifdef FULL_BUILD ifneq (true,$(ALLOW_MISSING_DEPENDENCIES)) # Check to ensure that all modules in PRODUCT_PACKAGES exist (opt in per product) |