diff options
author | Jiyong Park <jiyong@google.com> | 2020-04-13 12:55:24 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-04-20 07:44:52 +0000 |
commit | 803dc1c218868e04656f0c9382c1b715f74268a6 (patch) | |
tree | 647751a0ba350954110fdb2a3f8df8bc1dc9acdc /Android.bp | |
parent | e68ccd06fc84fd1d3b637f9b53918ae3f7899702 (diff) |
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: I1257c66de6dd42b2d32d47ed74cb2878f79d14fb
(cherry picked from commit db589dded495c6c5f3f9890fa7b0e4ce3b1916fe)
Change-Id: I1257c66de6dd42b2d32d47ed74cb2878f79d14fb
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 26971be0d23e..9ed72eea5347 100644 --- a/Android.bp +++ b/Android.bp @@ -855,6 +855,7 @@ filegroup { aidl_interface { name: "libincremental_aidl", + unstable: true, srcs: [ ":incremental_aidl", ], |