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