commit | b755a9ff8814ee241778ed65ff8367766e4f1bab | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Apr 13 12:56:09 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Apr 13 12:56:09 2020 +0900 |
tree | c16410e3af4e3dfd6811a16bbb8e7e22ec40b531 | |
parent | ae7f2edaf436bea92503667958e29d6349904a5b [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. Bug: 152655547 Test: m Change-Id: I8291dca96fcca0c45a2501ab88970ace360a7ac7