servo: Merge #9549 - Removed references of android-rs-glue from comments and documentation (from saurvs:master); r=larsbergstrom

Fixes https://github.com/servo/servo/issues/9507.

Source-Repo: https://github.com/servo/servo
Source-Revision: b2a297c64f19ca975202e29151f7780ebccd0ec7
This commit is contained in:
qpid 2016-02-06 08:14:46 +05:01
Родитель 68d2f4143c
Коммит 406ccafa8b
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -69,8 +69,6 @@
* support
* android
* Libraries that require special handling for building for Android platforms
* android-rs-glue
* Library to integrate better with Android platforms
* rust-task_info
* Library for obtaining information about memory usage for a process
* target

Просмотреть файл

@ -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"]