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

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