summaryrefslogtreecommitdiff
path: root/tests/TransitionTests/Android.bp
blob: 57f19e38330d219e9033e903b6e77acb8efee09f (plain)
1
2
3
4
5
6
7
8
9
10
android_app {
    name: "TransitionTests",
    // Only compile source java files in this apk.
    srcs: ["src/**/*.java"],
    platform_apis: true,
    static_libs: ["android-common"],
    optimize: {
        enabled: false,
    },
}