From 69f250c3060ed4f2a5e9edf83074ce722f4bda9b Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 13 Apr 2020 12:56:09 +0900 Subject: Mark some aidl_interface modules as unstable With b/152655547, all aidl_interface modules are considered as stable unless it is explicitly with "unstable: true". This change marks the aidl_interface that are not used across updatable module bounraries as unstable, so that the build system does not run the API dumping/checking on them. Exempt-From-Owner-Approval: cherry-pick from internal Bug: 152655547 Test: m Merged-In: I8291dca96fcca0c45a2501ab88970ace360a7ac7 (cherry picked from commit b755a9ff8814ee241778ed65ff8367766e4f1bab) Change-Id: I8291dca96fcca0c45a2501ab88970ace360a7ac7 --- partition_tools/aidl/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/partition_tools/aidl/Android.bp b/partition_tools/aidl/Android.bp index 60be072f..f031150f 100644 --- a/partition_tools/aidl/Android.bp +++ b/partition_tools/aidl/Android.bp @@ -16,6 +16,7 @@ aidl_interface { name: "liblpdump_interface", + unstable: true, srcs: [ "android/lpdump/ILpdump.aidl", ], -- cgit v1.2.3