commit | 1f2151fea3e51fd0925e60088347aeea1b4d90aa | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Apr 13 12:52:14 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Apr 13 12:52:14 2020 +0900 |
tree | 00e1f2787f19e9c60d791c0a9b5ecb4cb35c40d7 | |
parent | 433ccf7dca6db9ffd774cd10d539ccf9d62e3f46 [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: I5597f7d3fa0e2196dbfcf7ab9a33c71c15a33806