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: I6ffd1cfe0f83c032d6fe3fa11e38c3c6c763425a
This commit is contained in:
Jiyong Park
2020-02-05 18:43:12 +09:00
parent 8de85f4b50
commit 161475bac2

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.sdkext",
visibility: [ "//system/apex/tests" ],
defaults: ["com.android.sdkext-defaults"],