summaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/BUILD.gn4
-rw-r--r--sql/sql.gyp1
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/BUILD.gn b/sql/BUILD.gn
index b3f5e7a..f3c44be 100644
--- a/sql/BUILD.gn
+++ b/sql/BUILD.gn
@@ -81,6 +81,10 @@ test("sql_unittests") {
"//third_party/sqlite",
]
+ if (is_android) {
+ isolate_file = "sql_unittests.isolate"
+ }
+
# TODO(GYP)
#['OS == "android"', {
# 'dependencies': [
diff --git a/sql/sql.gyp b/sql/sql.gyp
index fae8ece..5345791 100644
--- a/sql/sql.gyp
+++ b/sql/sql.gyp
@@ -134,6 +134,7 @@
],
'variables': {
'test_suite_name': 'sql_unittests',
+ 'isolate_file': 'sql_unittests.isolate',
},
'includes': [ '../build/apk_test.gypi' ],
},