summaryrefslogtreecommitdiff
path: root/samples/ContactManager/Android.bp
blob: 1a6a2b6a76f9fdfe0b769c94ec09dcce19cc62e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_app {
    name: "ContactManager",
    // Only compile source java files in this apk.
    srcs: ["src/**/*.java"],
    sdk_version: "current",
    dex_preopt: {
        enabled: false,
    },
}