Add filegroup for extservices file context

Add a filegroup for extservices so that it can be shared between the main
extservices apex and the one used for testing.

Bug: 138589409
Test: Manually
Change-Id: I2cca8a583b2aa72c8c29a32dd839fe599300b40f
This commit is contained in:
lpeter 2020-02-05 18:43:13 +08:00
parent 164359b952
commit 93de13e535

View File

@ -180,3 +180,10 @@ filegroup {
"com.android.tethering-file_contexts",
],
}
filegroup {
name: "com.android.extservices-file_contexts",
srcs: [
"com.android.extservices-file_contexts",
],
}