Merge "Mark some aidl_interface modules as unstable" into rvc-dev am: 28665792a2
Change-Id: I87f2b5384ad7f82374597a75de4595e380564e55
This commit is contained in:
@@ -942,6 +942,7 @@ filegroup {
|
|||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "libincremental_aidl",
|
name: "libincremental_aidl",
|
||||||
|
unstable: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
":incremental_aidl",
|
":incremental_aidl",
|
||||||
],
|
],
|
||||||
@@ -960,6 +961,7 @@ aidl_interface {
|
|||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "libdataloader_aidl",
|
name: "libdataloader_aidl",
|
||||||
|
unstable: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
":dataloader_aidl",
|
":dataloader_aidl",
|
||||||
],
|
],
|
||||||
@@ -981,6 +983,7 @@ aidl_interface {
|
|||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "libincremental_manager_aidl",
|
name: "libincremental_manager_aidl",
|
||||||
|
unstable: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
":incremental_manager_aidl",
|
":incremental_manager_aidl",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ filegroup {
|
|||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "statsd-aidl",
|
name: "statsd-aidl",
|
||||||
|
unstable: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"android/os/IPendingIntentRef.aidl",
|
"android/os/IPendingIntentRef.aidl",
|
||||||
"android/os/IPullAtomCallback.aidl",
|
"android/os/IPullAtomCallback.aidl",
|
||||||
|
|||||||
@@ -261,6 +261,7 @@ filegroup {
|
|||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "overlayable_policy_aidl",
|
name: "overlayable_policy_aidl",
|
||||||
|
unstable: true,
|
||||||
srcs: [":overlayable_policy_aidl_files"],
|
srcs: [":overlayable_policy_aidl_files"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "audio_common-aidl",
|
name: "audio_common-aidl",
|
||||||
|
unstable: true,
|
||||||
local_include_dir: "java",
|
local_include_dir: "java",
|
||||||
srcs: [
|
srcs: [
|
||||||
"java/android/media/audio/common/AudioChannelMask.aidl",
|
"java/android/media/audio/common/AudioChannelMask.aidl",
|
||||||
@@ -23,6 +24,7 @@ aidl_interface {
|
|||||||
|
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "soundtrigger_middleware-aidl",
|
name: "soundtrigger_middleware-aidl",
|
||||||
|
unstable: true,
|
||||||
local_include_dir: "java",
|
local_include_dir: "java",
|
||||||
srcs: [
|
srcs: [
|
||||||
"java/android/media/soundtrigger_middleware/ConfidenceLevel.aidl",
|
"java/android/media/soundtrigger_middleware/ConfidenceLevel.aidl",
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
// AIDL interfaces between the core system and the tethering mainline module.
|
// AIDL interfaces between the core system and the tethering mainline module.
|
||||||
aidl_interface {
|
aidl_interface {
|
||||||
name: "tethering-aidl-interfaces",
|
name: "tethering-aidl-interfaces",
|
||||||
|
unstable: true,
|
||||||
local_include_dir: "src",
|
local_include_dir: "src",
|
||||||
include_dirs: ["frameworks/base/core/java"], // For framework parcelables.
|
include_dirs: ["frameworks/base/core/java"], // For framework parcelables.
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|||||||
Reference in New Issue
Block a user