From a5956d684b6571216817f39ce796427952c6146f Mon Sep 17 00:00:00 2001 From: Aleksei Vetrov Date: Fri, 24 Nov 2023 20:35:42 +0000 Subject: Enable NDK ABI monitoring for trunk_staging Enable NDK ABI dumping and diffing only in *-trunk_staging-* targets. In other releases there will be no ABI checks, at least for now. The same TARGET_RELEASE is set in the script to update NDK ABI for all architectures (development/tools/ndk/update_ndk_abi.sh). Test: TH Test: development/tools/ndk/update_ndk_abi.sh Bug: 156513478 Change-Id: I3e6c296ab451e9eabbb1bc7c379168e83e4c745c --- build_config/trunk_staging.scl | 1 + 1 file changed, 1 insertion(+) diff --git a/build_config/trunk_staging.scl b/build_config/trunk_staging.scl index 53f16f0..a62c790 100644 --- a/build_config/trunk_staging.scl +++ b/build_config/trunk_staging.scl @@ -37,4 +37,5 @@ values = [ value("RELEASE_AVF_ENABLE_VENDOR_MODULES", True), value("RELEASE_DEPRECATE_VNDK", True), value("RELEASE_BINDER_DEATH_RECIPIENT_WEAK_FROM_JNI", True), + value("RELEASE_NDK_ABI_MONITORED", True), ] + platform_version_flags -- cgit v1.2.3