summaryrefslogtreecommitdiffstats
path: root/tools/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/android/BUILD.gn')
-rw-r--r--tools/android/BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn
index bcadd0f..99f9a01 100644
--- a/tools/android/BUILD.gn
+++ b/tools/android/BUILD.gn
@@ -79,3 +79,11 @@ group("audio_focus_grabber") {
"//tools/android/audio_focus_grabber:audio_focus_grabber_apk",
]
}
+
+# GYP: //tools/android/android_tools.gyp:push_apps_to_background
+group("push_apps_to_background") {
+ testonly = true
+ deps = [
+ "//tools/android/push_apps_to_background:push_apps_to_background_apk",
+ ]
+}