summaryrefslogtreecommitdiffstats
path: root/Android.bp
blob: 782ccd48ec5a9abcd25fd6e42538230906297493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
android_app {
    name: "CarrierConfig",
    srcs: ["src/**/*.java"],
    libs: ["telephony-common"],
    platform_apis: true,
    certificate: "platform",
    product_specific: true,
    privileged: true,
    required: ["privapp_whitelist_com.android.carrierconfig"],
    optimize: {
        proguard_flags_files: ["proguard.flags"],
    },
}