See build/soong/README.md for more information. Note: tests/ImfTest/Android.mk causes conflict as it hasn't been yet ported to internal master. Do it later. Note: the conversion in the following directories has to be done in the internal master first because of the conflicts: * tests/ActivityManagerPerfTests * tests/AppLaunch * tests/AppLaunchWear * tests/BackgroundDexOptServiceIntegrationTests * tests/Camera2Tests/CameraToo * tests/Camera2Tests/SmartCamera/SimpleCamera * tests/Compatibility * tests/Internal * tests/RcsTests * tests/ServiceCrashTest * tests/UsbTests Bug: 122332340 Test: treehugger Change-Id: Ie17590c6a96aee5caa80d38092a3de5c1b6efe8d
11 lines
404 B
Plaintext
11 lines
404 B
Plaintext
android_test {
|
|
name: "SmokeTest",
|
|
// Include all test java files.
|
|
srcs: ["src/**/*.java"],
|
|
// Notice that we don't have to include the src files of SmokeTestApp because, by
|
|
// running the tests using an instrumentation targeting SmokeTestApp, we
|
|
// automatically get all of its classes loaded into our environment.
|
|
instrumentation_for: "SmokeTestApp",
|
|
sdk_version: "8",
|
|
}
|