summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-21 10:19:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-21 10:19:09 +0000
commitec5c6d4ac3019c3c9bdc2176507cde9e2b6d3d1d (patch)
tree9c46feb74dd08b97f45db935959ef3fda656e70e
parent40c4bdf43f8badcc095acede3569250c2aff42cb (diff)
parent1b52bd6fb2a70d0b80c93fe5ea49d92ddb94676e (diff)
downloadextras-ec5c6d4ac3019c3c9bdc2176507cde9e2b6d3d1d.tar.gz
Merge "Mark some aidl_interface modules as unstable" into rvc-dev am: 0a3eb7e28b am: 1b52bd6fb2
Change-Id: Ifa360e7a2bdd773d903fa990fbf847e8ed5ef281
-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",
],