mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Removed documentation referencing 'android-rs-glue', and updated a similar comment to mention 'build-apk'
This commit is contained in:
parent
fb3fe3d784
commit
9801552535
2 changed files with 4 additions and 6 deletions
|
@ -69,8 +69,6 @@
|
||||||
* support
|
* support
|
||||||
* android
|
* android
|
||||||
* Libraries that require special handling for building for Android platforms
|
* Libraries that require special handling for building for Android platforms
|
||||||
* android-rs-glue
|
|
||||||
* Library to integrate better with Android platforms
|
|
||||||
* rust-task_info
|
* rust-task_info
|
||||||
* Library for obtaining information about memory usage for a process
|
* Library for obtaining information about memory usage for a process
|
||||||
* target
|
* target
|
||||||
|
|
|
@ -362,10 +362,10 @@ class CommandBase(object):
|
||||||
env["OPENSSL_LIB_DIR"] = openssl_dir
|
env["OPENSSL_LIB_DIR"] = openssl_dir
|
||||||
env['OPENSSL_INCLUDE_DIR'] = path.join(env["GONKDIR"], "external/openssl/include")
|
env['OPENSSL_INCLUDE_DIR'] = path.join(env["GONKDIR"], "external/openssl/include")
|
||||||
|
|
||||||
# FIXME: These are set because they are the variable names that
|
# These are set because they are the variable names that build-apk
|
||||||
# android-rs-glue expects. However, other submodules have makefiles that
|
# expects. However, other submodules have makefiles that reference
|
||||||
# reference the env var names above. Once glutin is enabled and set as
|
# the env var names above. Once glutin is enabled and set as the
|
||||||
# the default, we could modify the subproject makefiles to use the names
|
# default, we could modify the subproject makefiles to use the names
|
||||||
# below and remove the vars above, to avoid duplication.
|
# below and remove the vars above, to avoid duplication.
|
||||||
if "ANDROID_SDK" in env:
|
if "ANDROID_SDK" in env:
|
||||||
env["ANDROID_HOME"] = env["ANDROID_SDK"]
|
env["ANDROID_HOME"] = env["ANDROID_SDK"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue