c3d9efbe3a
See build/soong/README.md for more information. NOTE: MediaFrameworkTest/, MtpTests/, NativeMidiDemo/ have to be fixed in internal master first. Bug: 122332340 Test: treehugger Change-Id: I7451696b2fc3f1384e255e35280e66850f3f01a3
13 lines
303 B
Plaintext
13 lines
303 B
Plaintext
android_test {
|
|
name: "CameraEffectsTests",
|
|
libs: [
|
|
"android.test.runner",
|
|
"android.test.base",
|
|
],
|
|
static_libs: ["junit"],
|
|
// Include all test java files.
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
instrumentation_for: "CameraEffectsRecordingSample",
|
|
}
|