Skip to content
Snippets Groups Projects
Commit 6c9c10c9 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 5da1070d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -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: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment