Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06e515dd authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "This patch addresses the following issues:"

parents 874563f9 f70dec92
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ TARGET_ARCH := mips
ifeq (,$(TARGET_ARCH_VARIANT))
TARGET_ARCH_VARIANT := mips32r2-fp
endif
GET_CPU_ABI  := mips
TARGET_CPU_ABI  := mips

HAVE_HTC_AUDIO_DRIVER := true
BOARD_USES_GENERIC_AUDIO := true
@@ -51,3 +51,7 @@ BUILD_EMULATOR_OPENGL := true
# Build and enable the OpenGL ES View renderer. When running on the emulator,
# the GLES renderer disables itself if host GL acceleration isn't available.
USE_OPENGL_RENDERER := true

# Default to JSC until we get v8 landed
HTTP := android
JS_ENGINE := jsc
+2 −1
Original line number Diff line number Diff line
@@ -27,4 +27,5 @@ PRODUCT_COPY_FILES := \
    development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml

PRODUCT_PACKAGES := \
    audio.primary.goldfish
    audio.primary.goldfish \
    libffi