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