summaryrefslogtreecommitdiff
path: root/Android.bp
blob: 2ee14d2dec53d6fc523907f5aff2f662d75c640f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
soong_namespace {
}

package {
    default_applicable_licenses: [
        "hardware_qcom_sm8150_data_ipacfg-mgr_license",
    ],
}

// Added automatically by a large-scale-change
// http://go/android-license-faq
license {
    name: "hardware_qcom_sm8150_data_ipacfg-mgr_license",
    visibility: [":__subpackages__"],
    license_kinds: [
        "SPDX-license-identifier-BSD",
    ],
    license_text: [
        "LICENSE",
    ],
}