Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 62d9824

Browse files
Rename the various Android externals to the expected values
1 parent b3f7553 commit 62d9824

4 files changed

Lines changed: 46 additions & 4 deletions

File tree

engine/engine.gyp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,7 @@
176176
{
177177
'variables':
178178
{
179-
'dist_files':
180-
[
181-
'<(PRODUCT_DIR)/<(_product_name)>(exe_suffix)',
182-
],
179+
'dist_files': [ '<(PRODUCT_DIR)/<(_product_name)>(exe_suffix)' ],
183180
},
184181
},
185182
},

revdb/revdb.gyp

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@
117117
'dist_files': [ '<(PRODUCT_DIR)/<(_product_name)>(ext_bundle_suffix)' ],
118118
},
119119
},
120+
121+
'conditions':
122+
[
123+
[
124+
'OS == "android"',
125+
{
126+
'product_name': 'DbMysql',
127+
'product_extension': '',
128+
},
129+
],
130+
],
120131
},
121132
{
122133
'target_name': 'dbmysql-server',
@@ -446,6 +457,13 @@
446457
],
447458
},
448459
],
460+
[
461+
'OS == "android"',
462+
{
463+
'product_name': 'DbSqlite',
464+
'product_extension': '',
465+
},
466+
],
449467
],
450468

451469
'all_dependent_settings':
@@ -564,6 +582,17 @@
564582
'dist_files': [ '<(PRODUCT_DIR)/<(_product_name)>(ext_bundle_suffix)' ],
565583
},
566584
},
585+
586+
'conditions':
587+
[
588+
[
589+
'OS == "android"',
590+
{
591+
'product_name': 'RevDb',
592+
'product_extension': '',
593+
},
594+
],
595+
],
567596
},
568597
{
569598
'target_name': 'revdb-server',

revxml/revxml.gyp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@
6262
'dist_files': [ '<(PRODUCT_DIR)/<(_product_name)>(ext_bundle_suffix)' ],
6363
},
6464
},
65+
66+
'conditions':
67+
[
68+
[
69+
'OS == "android"',
70+
{
71+
'product_name': 'RevXml',
72+
},
73+
],
74+
],
6575
},
6676
{
6777
'target_name': 'revxml-server',

revzip/revzip.gyp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
],
4949
},
5050
],
51+
[
52+
'OS == "android"',
53+
{
54+
'product_name': 'RevZip',
55+
},
56+
],
5157
],
5258

5359
'variables':

0 commit comments

Comments
 (0)