Chromium Code Reviews
DescriptionOn Android uses system properties instead of environment variables.
On Android, setting environment variables is difficult. The idiomatic
way to communicate configuration options to programs appears to be
through "system properties". This change uses system properties
for DART_FORWARDING_PRINT to get testing up and going. Later,
we'll also need to replace other uses of environment variables with
it.
R=antonm@google.com, asiva@google.com, vsm@google.com
Committed: https://src.chromium.org/viewvc/multivm?view=rev&revision=1476
Patch Set 1 #Patch Set 2 : #
Total comments: 1
Patch Set 3 : #Messages
Total messages: 7 (0 generated)
|