1. Use suggestConversationActions for both replies and actions 2. Make existing flags configurable via DeviceConfig Test: atest SmartActionHelperTest.java Test: atest AssistantSettingsTest.java BUG: 123745079 Change-Id: I9b84edf9818d5839202c337ac3c3d48378adbf55
27 lines
551 B
Plaintext
27 lines
551 B
Plaintext
android_test {
|
|
name: "ExtServicesUnitTests",
|
|
|
|
// Include all test java files.
|
|
srcs: ["src/**/*.java"],
|
|
|
|
// We only want this apk build for tests.
|
|
certificate: "platform",
|
|
|
|
libs: [
|
|
"android.test.runner",
|
|
"android.test.base",
|
|
],
|
|
|
|
static_libs: [
|
|
"ExtServices-core",
|
|
"android-support-test",
|
|
"compatibility-device-util",
|
|
"mockito-target-minus-junit4",
|
|
"espresso-core",
|
|
"truth-prebuilt",
|
|
"testables",
|
|
"testng",
|
|
],
|
|
|
|
platform_apis: true,
|
|
} |