diff options
| author | Jiyong Park <jiyong@google.com> | 2020-04-13 19:52:35 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2020-04-13 19:52:35 +0900 |
| commit | 3eaef9918586a896e5b59379a784c33475cdd7b0 (patch) | |
| tree | dba81f71a9fa0e84dabb8c578503096de28f1bf3 | |
| parent | 8690a8695ebf15d03393ddf7221e582de21c4345 (diff) | |
| download | platform_system_hardware_interfaces-3eaef9918586a896e5b59379a784c33475cdd7b0.tar.gz platform_system_hardware_interfaces-3eaef9918586a896e5b59379a784c33475cdd7b0.tar.bz2 platform_system_hardware_interfaces-3eaef9918586a896e5b59379a784c33475cdd7b0.zip | |
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: Ibf299a2e4ae52717e7afe209d6826bc89a0b8f09
| -rw-r--r-- | suspend/aidl/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/suspend/aidl/Android.bp b/suspend/aidl/Android.bp index f2978c38..ae81b906 100644 --- a/suspend/aidl/Android.bp +++ b/suspend/aidl/Android.bp @@ -1,5 +1,6 @@ aidl_interface { name: "suspend_control_aidl_interface", + unstable: true, local_include_dir: ".", srcs: [ "android/system/suspend/ISuspendControlService.aidl", |
