Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f2151fe authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent 433ccf7d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ filegroup {

aidl_interface {
    name: "capture_state_listener-aidl",
    unstable: true,
    local_include_dir: "aidl",
    srcs: [
        "aidl/android/media/ICaptureStateListener.aidl",
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ filegroup {

aidl_interface {
    name: "resourcemanager_aidl_interface",
    unstable: true,
    local_include_dir: "aidl",
    srcs: [
        "aidl/android/media/IResourceManagerClient.aidl",
+1 −0
Original line number Diff line number Diff line
@@ -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",