File: Android.bp

package info (click to toggle)
sonivox 3.6.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,424 kB
  • sloc: ansic: 67,233; python: 8,597; cpp: 396; asm: 281; xml: 28; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package {
    default_applicable_licenses: ["external_sonivox_license"],
}

// Added automatically by a large-scale-change
// See: http://go/android-license-faq
license {
    name: "external_sonivox_license",
    visibility: [":__subpackages__"],
    license_kinds: [
        "SPDX-license-identifier-Apache-2.0",
    ],
    license_text: [
        "NOTICE",
    ],
}

subdirs = ["arm-wt-22k"]