use apex_test for test apexes

... so that the build system can distinguish testing APEXes and
installable APEXes, and apply different rules to them.

Bug: 146308764
Test: m
Change-Id: Ie7dc9ad1444904f49047093a44e7fcd0a5f56ffe
This commit is contained in:
Jiyong Park
2020-02-06 14:54:31 +09:00
parent c66f4316d6
commit 439e8e3574
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
apex {
apex_test {
name: "test_com.android.permission",
visibility: [
"//system/apex/tests",

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
apex {
apex_test {
name: "test_com.android.os.statsd",
visibility: [
"//system/apex/tests",