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

Commit 4537a1a3 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Add some experimental mainline targets."

parents dadcb9ce c0c39cf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ BOARD_USES_GENERIC_AUDIO := true
TARGET_BOOTLOADER_BOARD_NAME := goldfish_$(TARGET_ARCH)

TARGET_USES_64_BIT_BINDER := true
TARGET_USES_MKE2FS := true

# no hardware camera
USE_CAMERA_STUB := true
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ endif


TARGET_USES_64_BIT_BINDER := true
TARGET_USES_MKE2FS := true

# no hardware camera
USE_CAMERA_STUB := true
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ TARGET_BOOTLOADER_BOARD_NAME := goldfish_$(TARGET_ARCH)
#emulator now uses 64bit kernel to run 32bit x86 image
#
TARGET_USES_64_BIT_BINDER := true
TARGET_USES_MKE2FS := true

# The IA emulator (qemu) uses the Goldfish devices
HAVE_HTC_AUDIO_DRIVER := true
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ TARGET_2ND_ARCH := x86
TARGET_2ND_ARCH_VARIANT := x86_64

TARGET_USES_64_BIT_BINDER := true
TARGET_USES_MKE2FS := true

# The IA emulator (qemu) uses the Goldfish devices
HAVE_HTC_AUDIO_DRIVER := true
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,8 @@ PRODUCT_MAKEFILES := \
    $(LOCAL_DIR)/full_x86.mk \
    $(LOCAL_DIR)/generic.mk \
    $(LOCAL_DIR)/generic_x86.mk \
    $(LOCAL_DIR)/mainline_arm64.mk \
    $(LOCAL_DIR)/mainline_system_arm64.mk \
    $(LOCAL_DIR)/sdk_arm64.mk \
    $(LOCAL_DIR)/sdk.mk \
    $(LOCAL_DIR)/sdk_phone_arm64.mk \
Loading