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
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
||||
@@ -20,6 +20,7 @@ filegroup {
|
||||
|
||||
aidl_interface {
|
||||
name: "statsd-aidl",
|
||||
unstable: true,
|
||||
srcs: [
|
||||
"android/os/IPendingIntentRef.aidl",
|
||||
"android/os/IPullAtomCallback.aidl",
|
||||
|
||||
@@ -261,6 +261,7 @@ filegroup {
|
||||
|
||||
aidl_interface {
|
||||
name: "overlayable_policy_aidl",
|
||||
unstable: true,
|
||||
srcs: [":overlayable_policy_aidl_files"],
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
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",
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user