diff options
author | qpid <sauravsachidanand@gmail.com> | 2016-02-05 15:55:04 +0530 |
---|---|---|
committer | qpid <sauravsachidanand@gmail.com> | 2016-02-05 21:03:13 +0530 |
commit | 9801552535713018989f3614d3ac0bdf55a76574 (patch) | |
tree | 3c4ebbdc5262e46bda738dd4c8f356eb7deef98f /python/servo/command_base.py | |
parent | fb3fe3d784c24cdfd8040af0282e5c2182ee2051 (diff) | |
download | servo-9801552535713018989f3614d3ac0bdf55a76574.tar.gz servo-9801552535713018989f3614d3ac0bdf55a76574.zip |
Removed documentation referencing 'android-rs-glue', and updated a similar comment to mention 'build-apk'
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index 1acf5abd832..450403e903b 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -362,10 +362,10 @@ class CommandBase(object): env["OPENSSL_LIB_DIR"] = openssl_dir env['OPENSSL_INCLUDE_DIR'] = path.join(env["GONKDIR"], "external/openssl/include") - # FIXME: These are set because they are the variable names that - # android-rs-glue expects. However, other submodules have makefiles that - # reference the env var names above. Once glutin is enabled and set as - # the default, we could modify the subproject makefiles to use the names + # These are set because they are the variable names that build-apk + # expects. However, other submodules have makefiles that reference + # the env var names above. Once glutin is enabled and set as the + # default, we could modify the subproject makefiles to use the names # below and remove the vars above, to avoid duplication. if "ANDROID_SDK" in env: env["ANDROID_HOME"] = env["ANDROID_SDK"] |