Merge "Mark some aidl_interface modules as unstable" into rvc-dev am: 28665792a2
Change-Id: I1693261f829fe4b40dbe2d0e11b7e88916582476
This commit is contained in:
@@ -939,6 +939,7 @@ filegroup {
|
||||
|
||||
aidl_interface {
|
||||
name: "libincremental_aidl",
|
||||
unstable: true,
|
||||
srcs: [
|
||||
":incremental_aidl",
|
||||
],
|
||||
@@ -957,6 +958,7 @@ aidl_interface {
|
||||
|
||||
aidl_interface {
|
||||
name: "libdataloader_aidl",
|
||||
unstable: true,
|
||||
srcs: [
|
||||
":dataloader_aidl",
|
||||
],
|
||||
@@ -978,6 +980,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