Skip to content

Commit

Permalink
Removed documentation referencing 'android-rs-glue', and updated a si…
Browse files Browse the repository at this point in the history
…milar comment to mention 'build-apk'
  • Loading branch information
saurvs committed Feb 5, 2016
1 parent fb3fe3d commit 9801552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ORGANIZATION.md
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions python/servo/command_base.py
Expand Up @@ -362,10 +362,10 @@ def build_env(self, gonk=False, hosts_file_path=None):
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"]
Expand Down

0 comments on commit 9801552

Please sign in to comment.