summaryrefslogtreecommitdiff
path: root/partition_tools
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-13 12:56:09 +0900
committerJiyong Park <jiyong@google.com>2020-04-20 14:27:58 +0900
commit69f250c3060ed4f2a5e9edf83074ce722f4bda9b (patch)
treed088e122a8c1ad9e66b7f6a5156b1d1e4d72cf8a /partition_tools
parent9628f7fe877a5ae423f5ef082501f38f1fbde617 (diff)
downloadextras-69f250c3060ed4f2a5e9edf83074ce722f4bda9b.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. Exempt-From-Owner-Approval: cherry-pick from internal Bug: 152655547 Test: m Merged-In: I8291dca96fcca0c45a2501ab88970ace360a7ac7 (cherry picked from commit b755a9ff8814ee241778ed65ff8367766e4f1bab) Change-Id: I8291dca96fcca0c45a2501ab88970ace360a7ac7
Diffstat (limited to 'partition_tools')
-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",
],