summaryrefslogtreecommitdiff
path: root/samples/VoiceRecognitionService/Android.bp
blob: 9ad9811d21cd3fafb2a260f27d798c806e37368f (plain)
1
2
3
4
5
6
7
8
android_app {
    name: "VoiceRecognitionService",
    srcs: ["**/*.java"],
    sdk_version: "current",
    dex_preopt: {
        enabled: false,
    },
}