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

Commit db589dde 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: I1257c66de6dd42b2d32d47ed74cb2878f79d14fb
parent ec38d551
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -942,6 +942,7 @@ filegroup {

aidl_interface {
    name: "libincremental_aidl",
    unstable: true,
    srcs: [
        ":incremental_aidl",
    ],
@@ -960,6 +961,7 @@ aidl_interface {

aidl_interface {
    name: "libdataloader_aidl",
    unstable: true,
    srcs: [
        ":dataloader_aidl",
    ],
@@ -981,6 +983,7 @@ aidl_interface {

aidl_interface {
    name: "libincremental_manager_aidl",
    unstable: true,
    srcs: [
        ":incremental_manager_aidl",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ filegroup {

aidl_interface {
    name: "statsd-aidl",
    unstable: true,
    srcs: [
        "android/os/IPendingIntentRef.aidl",
        "android/os/IPullAtomCallback.aidl",
+1 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ filegroup {

aidl_interface {
    name: "overlayable_policy_aidl",
    unstable: true,
    srcs: [":overlayable_policy_aidl_files"],
}

+2 −0
Original line number Diff line number Diff line
aidl_interface {
    name: "audio_common-aidl",
    unstable: true,
    local_include_dir: "java",
    srcs: [
        "java/android/media/audio/common/AudioChannelMask.aidl",
@@ -23,6 +24,7 @@ aidl_interface {

aidl_interface {
    name: "soundtrigger_middleware-aidl",
    unstable: true,
    local_include_dir: "java",
    srcs: [
        "java/android/media/soundtrigger_middleware/ConfidenceLevel.aidl",
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
// AIDL interfaces between the core system and the tethering mainline module.
aidl_interface {
    name: "tethering-aidl-interfaces",
    unstable: true,
    local_include_dir: "src",
    include_dirs: ["frameworks/base/core/java"], // For framework parcelables.
    srcs: [