summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-13 12:56:09 +0900
committerJiyong Park <jiyong@google.com>2020-04-13 12:56:09 +0900
commitb755a9ff8814ee241778ed65ff8367766e4f1bab (patch)
treec16410e3af4e3dfd6811a16bbb8e7e22ec40b531
parentae7f2edaf436bea92503667958e29d6349904a5b (diff)
downloadextras-b755a9ff8814ee241778ed65ff8367766e4f1bab.tar.gz
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. Bug: 152655547 Test: m Change-Id: I8291dca96fcca0c45a2501ab88970ace360a7ac7
-rw-r--r--partition_tools/aidl/Android.bp1
1 files changed, 1 insertions, 0 deletions
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",
],