From 2fc4952bd0123de06bf281733597b3f9fc487d75 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 25 Nov 2014 14:10:43 +0100 Subject: Remove unused URE_LIB_DIR (which now had a bogus value on Mac OS X anyway) Change-Id: I5bf233506d6c658560dfadddf79a9ed8605c2a20 --- android/Bootstrap/Makefile.shared | 1 - 1 file changed, 1 deletion(-) (limited to 'android') 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 -- cgit