Merge "Validate aconfig libs are built with the correct modes." into main am: 5e6cae4997

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

Change-Id: I60473a0d215f0b95c1c42fefc45d5748da056a22
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Yu Liu
2024-03-14 19:10:45 +00:00
committed by Automerger Merge Worker

View File

@@ -404,6 +404,8 @@ $(call add_json_bool, HiddenapiExportableStubs, $(filter true,$(PRODUCT_HIDDEN_A
$(call add_json_bool, ExportRuntimeApis, $(filter true,$(PRODUCT_EXPORT_RUNTIME_APIS)))
$(call add_json_str, AconfigContainerValidation, $(ACONFIG_CONTAINER_VALIDATION))
$(call json_end)
$(file >$(SOONG_VARIABLES).tmp,$(json_contents))