Loading core/product_config.mk +7 −0 Original line number Diff line number Diff line Loading @@ -307,7 +307,14 @@ endif # *for aosp products*. # TODO(b/308187268): Remove this denylist mechanism # Use PRODUCT_PACKAGES to determine if this is an aosp product. aosp products do not use google signed apexes. ignore_apex_contributions := ifeq (,$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))) ignore_apex_contributions := true endif ifeq (true,$(PRODUCT_MODULE_BUILD_FROM_SOURCE)) ignore_apex_contributions := true endif ifeq (true, $(ignore_apex_contributions)) PRODUCT_BUILD_IGNORE_APEX_CONTRIBUTION_CONTENTS += \ prebuilt_com.google.android.adservices \ prebuilt_com.google.android.appsearch \ Loading Loading
core/product_config.mk +7 −0 Original line number Diff line number Diff line Loading @@ -307,7 +307,14 @@ endif # *for aosp products*. # TODO(b/308187268): Remove this denylist mechanism # Use PRODUCT_PACKAGES to determine if this is an aosp product. aosp products do not use google signed apexes. ignore_apex_contributions := ifeq (,$(findstring com.google.android.conscrypt,$(PRODUCT_PACKAGES))) ignore_apex_contributions := true endif ifeq (true,$(PRODUCT_MODULE_BUILD_FROM_SOURCE)) ignore_apex_contributions := true endif ifeq (true, $(ignore_apex_contributions)) PRODUCT_BUILD_IGNORE_APEX_CONTRIBUTION_CONTENTS += \ prebuilt_com.google.android.adservices \ prebuilt_com.google.android.appsearch \ Loading