1package {
2    default_applicable_licenses: [
3        "device_generic_goldfish_radio_RadioConfig_license",
4    ],
5}
6
7// Added automatically by a large-scale-change
8// See: http://go/android-license-faq
9license {
10    name: "device_generic_goldfish_radio_RadioConfig_license",
11    visibility: [":__subpackages__"],
12    license_kinds: [
13        "SPDX-license-identifier-Apache-2.0",
14    ],
15    license_text: [
16        "NOTICE",
17    ],
18}
19
20prebuilt_etc {
21    name: "privapp_whitelist_com.android.emulator.radio.config",
22    system_ext_specific: true,
23    sub_dir: "permissions",
24    src: "com.android.emulator.radio.config.xml",
25    filename_from_src: true,
26}
27
28android_app {
29    name: "EmulatorRadioConfig",
30    privileged: true,
31    srcs: ["**/*.java"],
32    platform_apis: true,
33    certificate: "platform",
34    system_ext_specific: true,
35    required: ["privapp_whitelist_com.android.emulator.radio.config"],
36    optimize: {
37        enabled: false,
38    },
39}
40