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
gugelfrei
Jiyong Park 4 years ago
parent 433ccf7dca
commit 1f2151fea3

@ -156,6 +156,7 @@ filegroup {
aidl_interface {
name: "capture_state_listener-aidl",
unstable: true,
local_include_dir: "aidl",
srcs: [
"aidl/android/media/ICaptureStateListener.aidl",

@ -33,6 +33,7 @@ filegroup {
aidl_interface {
name: "resourcemanager_aidl_interface",
unstable: true,
local_include_dir: "aidl",
srcs: [
"aidl/android/media/IResourceManagerClient.aidl",

@ -17,6 +17,7 @@
// AIDL interfaces of MediaTranscoding.
aidl_interface {
name: "mediatranscoding_aidl_interface",
unstable: true,
local_include_dir: "aidl",
srcs: [
"aidl/android/media/IMediaTranscodingService.aidl",

Loading…
Cancel
Save