blob: 89c5c4b73441843d4ad0c488c07d7d7e18150258 [file]
// Common defaults to define SDK level
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
java_library {
name: "SatelliteClient",
installable: true,
system_ext_specific: true,
srcs: [
"src/**/*.java",
],
libs: [
"framework-annotations-lib",
"androidx.annotation_annotation",
"telephony-common",
"app-compat-annotations",
"unsupportedappusage",
],
required: [
"android.telephony.satellite.xml",
],
provides_uses_lib: "android.telephony.satellite",
optimize: {
ignore_warnings: false,
proguard_flags_files: ["proguard.flags"],
},
}
prebuilt_etc {
name: "android.telephony.satellite.xml",
sub_dir: "sysconfig",
system_ext_specific: true,
src: "android.telephony.satellite.xml",
}