summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-20 03:23:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-04-20 03:23:07 +0000
commit0a3eb7e28bafafce2dcf396fee86f75f7897b9df (patch)
tree9c46feb74dd08b97f45db935959ef3fda656e70e
parentfe83faa0694153c4eb5558afee0b2de7b6658f25 (diff)
parentb755a9ff8814ee241778ed65ff8367766e4f1bab (diff)
downloadextras-0a3eb7e28bafafce2dcf396fee86f75f7897b9df.tar.gz
Merge "Mark some aidl_interface modules as unstable" into rvc-dev
-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",
],