Skip to content

Commit

Permalink
Disable JIT by default, reorder camera stub
Browse files Browse the repository at this point in the history
  • Loading branch information
drakaz committed Jul 14, 2010
1 parent baf2a94 commit 57d9410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion BoardConfig.mk
Expand Up @@ -2,6 +2,9 @@
#
# Product-specific compile-time definitions.
#

USE_CAMERA_STUB := true

TARGET_BOARD_PLATFORM := msm7k
TARGET_BOARD_PLATFORM_GPU := qcom
TARGET_CPU_ABI := armeabi
Expand Down Expand Up @@ -31,7 +34,7 @@ BOARD_USES_GENERIC_AUDIO := false
HAVE_HTC_AUDIO_DRIVER := false

BOARD_USES_OLD_CAMERA_HACK := true
USE_CAMERA_STUB := false


TARGET_HARDWARE_3D := false
BOARD_GL_TEX_POW2_DIMENSION_REQUIRED := true
Expand Down
2 changes: 1 addition & 1 deletion I7500.mk
Expand Up @@ -40,7 +40,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
wifi.supplicant_scan_interval=15 \
ro.telephony.default_network=0 \
ro.sf.lcd_density=160 \
# dalvik.vm.execution-mode=int:fast
dalvik.vm.execution-mode=int:fast

# Other Files
PRODUCT_COPY_FILES += device/Samsung/I7500/open/etc/apns-conf.xml:system/etc/apns-conf.xml \
Expand Down

0 comments on commit 57d9410

Please sign in to comment.