summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-13 12:56:16 +0900
committerJiyong Park <jiyong@google.com>2020-04-13 12:56:16 +0900
commit5e06a0a2fb83f921ad8c9a25c7b70c241dc675e8 (patch)
treefff470c5da67fffdcc44c43193b6bffd85a39801
parentd2529b5d1b3aae9ec48ef4c4aa082ba681788797 (diff)
downloadgsid-android-mainline-11.0.0_r12.tar.gz
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: Ic16f45803a4532ffd818e74e3ca4b90f788113cc
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 174567b..160a220 100644
--- a/Android.bp
+++ b/Android.bp
@@ -111,6 +111,7 @@ cc_binary {
aidl_interface {
name: "gsi_aidl_interface",
+ unstable: true,
srcs: [":gsiservice_aidl"],
local_include_dir: "aidl",
backend: {