From 5d6b13a1fc760194bb57f24a99a56346c4d80ddd Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Tue, 13 Apr 2021 16:47:24 +0100 Subject: Make mainline API defs visible to CTS. These API definitions need to be used by CTS tests so that can assert things about the mainline API surface differently to the non-updatable API surface. Bug: 153997280 Test: m Change-Id: I275fed235c879c7519c131119ac9384d1aef75d9 --- core/api/Android.bp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/core/api/Android.bp b/core/api/Android.bp index 170febb4f766..114a957674ae 100644 --- a/core/api/Android.bp +++ b/core/api/Android.bp @@ -51,11 +51,17 @@ filegroup { filegroup { name: "non-updatable-module-lib-current.txt", srcs: ["module-lib-current.txt"], - visibility: ["//frameworks/base/api"], + visibility: [ + "//frameworks/base/api", + "//cts/tests/signature/api", + ], } filegroup { name: "non-updatable-module-lib-removed.txt", srcs: ["module-lib-removed.txt"], - visibility: ["//frameworks/base/api"], + visibility: [ + "//frameworks/base/api", + "//cts/tests/signature/api", + ], } -- cgit v1.2.3-59-g8ed1b