summaryrefslogtreecommitdiff
path: root/opengl/tests/gl2_cameraeye/Android.bp
blob: 00e00dfc910a8282f8022d0b3e6f106e7a258c45 (plain)
1
2
3
4
5
6
android_app {
    name: "GL2CameraEye",
    // Only compile source java files in this apk.
    srcs: ["src/**/*.java"],
    sdk_version: "current",
}