From bb7b87eb938bd03d46f089b9f00fee4340498da3 Mon Sep 17 00:00:00 2001 From: Lee Shombert Date: Thu, 7 Mar 2024 07:51:28 -0800 Subject: [PATCH] Export the sqlite build flag to soong The soong variable is release_package_libsqlite3. The domain is libsqlite3. Bug: 323176655 Change-Id: I7d32a8f1b8d1a22ebce603c06aab602c67f96838 --- target/product/base_system.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index b8aeb38bd5..31440c8729 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -492,5 +492,8 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ $(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk) +# Use the configured release of sqlite +$(call soong_config_set, libsqlite3, release_package_libsqlite3, $(RELEASE_PACKAGE_LIBSQLITE3)) + # Use "image" APEXes always. $(call inherit-product,$(SRC_TARGET_DIR)/product/updatable_apex.mk)