| package { | |
| // See: http://go/android-license-faq | |
| default_applicable_licenses: ["Android-Apache-2.0"], | |
| } | |
| android_test { | |
| name: "TelephonyRegistryTestApp", | |
| srcs: ["src/**/*.java"], | |
| platform_apis: true, | |
| certificate: "platform", | |
| //LOCAL_MODULE_TAGS := debug | |
| } |