Index: testing/test.gni |
diff --git a/testing/test.gni b/testing/test.gni |
index f87449feeff29a7689a3189df2c766536def9594..bfebe5ffecee18a153fe9708b86fd53e91947ef7 100644 |
--- a/testing/test.gni |
+++ b/testing/test.gni |
@@ -63,6 +63,7 @@ template("_gen_isolate") { |
# set. |
# Variable: |
# use_raw_android_executable: Use executable() rather than android_apk(). |
+# use_native_activity: Test implements ANativeActivity_onCreate(). |
template("test") { |
if (is_android) { |
import("//build/config/android/config.gni") |
@@ -162,6 +163,7 @@ template("test") { |
"proguard_enabled", |
"use_default_launcher", |
"write_asset_list", |
+ "use_native_activity", |
] |
shared_library(_library_target) { |
# Configs will always be defined since we set_defaults in BUILDCONFIG.gn. |