Merge "Export the libbinder flag to Android.bp" into main am: 01e6b4bc51

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

Change-Id: Ie04b56bd6f82f472e6a2ad77863134fa74bb1055
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Parth Sane
2024-07-22 12:42:54 +00:00
committed by Automerger Merge Worker

View File

@@ -17,5 +17,8 @@
# This file contains the trunk-stable flags that should be exported to all # This file contains the trunk-stable flags that should be exported to all
# Android targets. # Android targets.
# Control libbinder client caching
$(call soong_config_set, libbinder, release_libbinder_client_cache, $(RELEASE_LIBBINDER_CLIENT_CACHE))
# Use the configured release of sqlite # Use the configured release of sqlite
$(call soong_config_set, libsqlite3, release_package_libsqlite3, $(RELEASE_PACKAGE_LIBSQLITE3)) $(call soong_config_set, libsqlite3, release_package_libsqlite3, $(RELEASE_PACKAGE_LIBSQLITE3))