From 701fa1a9b68b587daf163d3e0e5c96a8a1e2c3fb Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 13 Apr 2020 12:55:44 +0900 Subject: 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: Ib99b57fde95887d1725ef7a4bdd3daf979aa059b (cherry picked from commit 03f7b892ebc5980f5a8225d8cb44396087719554) Change-Id: Ib99b57fde95887d1725ef7a4bdd3daf979aa059b --- libs/binderthreadstate/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/binderthreadstate') diff --git a/libs/binderthreadstate/Android.bp b/libs/binderthreadstate/Android.bp index c1861104d3..5eb509c4a0 100644 --- a/libs/binderthreadstate/Android.bp +++ b/libs/binderthreadstate/Android.bp @@ -39,6 +39,7 @@ hidl_package_root { aidl_interface { name: "binderthreadstateutilstest.aidl", + unstable: true, srcs: ["IAidlStuff.aidl"], } -- cgit v1.2.3-59-g8ed1b