Merge "aconfig: remove UnsupportedAppUsage from java exported mode" into main
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 3d057e2..a2afd49 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -495,5 +495,8 @@
 
 $(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)