Revert "resolved conflicts for merge of 972433bd to master"

This reverts commit 5d0ec1aebb, reversing
changes made to 4839e47309.
This commit is contained in:
Jean-Baptiste Queru 2011-06-24 08:48:31 -07:00
parent 96ceeaf697
commit bf6bb50f31
2 changed files with 0 additions and 12 deletions

View file

@ -30,9 +30,3 @@ USE_CAMERA_STUB := true
# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
TARGET_SHELL := ash
# Enable dex-preoptimization to speed up the first boot sequence
# of an SDK AVD. Note that this operation only works on Linux for now
ifeq ($(HOST_OS),linux)
WITH_DEXPREOPT := true
endif

View file

@ -20,9 +20,3 @@ USE_CAMERA_STUB := true
# Set /system/bin/sh to ash, not mksh, to make sure we can switch back.
TARGET_SHELL := ash
# Enable dex-preoptimization to speed up the first boot sequence
# of an SDK AVD. Note that this operation only works on Linux for now
ifeq ($(HOST_OS),linux)
WITH_DEXPREOPT := true
endif