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. Exempt-From-Owner-Approval: cherry-pick from internal Bug: 152655547 Test: m Merged-In: I1257c66de6dd42b2d32d47ed74cb2878f79d14fb (cherry picked from commit db589dded495c6c5f3f9890fa7b0e4ce3b1916fe) Change-Id: I1257c66de6dd42b2d32d47ed74cb2878f79d14fb
This commit is contained in:
parent
e68ccd06fc
commit
803dc1c218
@ -855,6 +855,7 @@ filegroup {
|
||||
|
||||
aidl_interface {
|
||||
name: "libincremental_aidl",
|
||||
unstable: true,
|
||||
srcs: [
|
||||
":incremental_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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user