Removed documentation referencing 'android-rs-glue', and updated a similar comment to mention 'build-apk'

This commit is contained in:
qpid 2016-02-05 15:55:04 +05:30
parent fb3fe3d784
commit 9801552535
2 changed files with 4 additions and 6 deletions

View file

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