summaryrefslogtreecommitdiffstats
path: root/tests/SoundTriggerTestApp/Android.bp
blob: d3a1300b8e125b133ce387a5c45795efd204c14f (plain)
1
2
3
4
5
6
7
android_app {
    name: "SoundTriggerTestApp",
    srcs: ["**/*.java"],
    platform_apis: true,
    privileged: true,
    certificate: "platform",
}