diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-25 14:10:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-25 14:10:43 +0100 |
commit | 2fc4952bd0123de06bf281733597b3f9fc487d75 (patch) | |
tree | 4d071edde62254ee718c75399bcb730d16d627c3 /android/Bootstrap | |
parent | 411bd6e440266a0db95907ad73a3a5be92bd1827 (diff) |
Remove unused URE_LIB_DIR
(which now had a bogus value on Mac OS X anyway)
Change-Id: I5bf233506d6c658560dfadddf79a9ed8605c2a20
Diffstat (limited to 'android/Bootstrap')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 7ec1419f5ab9..a3b8ade2c9a2 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -157,7 +157,6 @@ copy-stuff: # Set up fundamentalrc echo '[Bootstrap]' > assets/program/fundamentalrc echo 'LO_LIB_DIR=file://$$APP_DATA_DIR/lib/' >> assets/program/fundamentalrc - echo 'URE_LIB_DIR=file://$$APP_DATA_DIR/lib/' >> assets/program/fundamentalrc # checkme - is this used to find configs ? echo 'BRAND_BASE_DIR=file:///assets' >> assets/program/fundamentalrc echo 'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry res:$${BRAND_BASE_DIR}/share/registry' >> assets/program/fundamentalrc echo 'URE_BIN_DIR=file:///assets/ure/bin/dir/nothing-here/we-can/exec-anyway' >> assets/program/fundamentalrc |