Revert "Bug 1146713 - export hardcoded gtk3 path in Android.mk"

This commit is contained in:
Ricky Chien 2015-09-09 17:57:59 +08:00
Родитель 7c531f65b9
Коммит 5fb37df8f8
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1,11 +1,5 @@
LOCAL_PATH:= $(call my-dir)
# Workaround for CI server machine environment
# Export a hardcode gtk3 path for emulator build. see also bug 1146713.
ifneq (,$(TOOLTOOL_DIR))
LD_LIBRARY_PATH := "$TOOLTOOL_DIR/gtk3/usr/local/lib:$(LD_LIBRARY_PATH)"
endif
#
# Gaia glue
#