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

Commit 4b5aaedc authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Merge "Delete board config for the unused "emulator" device."

parents a92dab01 63ab7d81
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)
+0 −12
Original line number Diff line number Diff line
# config.mk
# 
# Product-specific compile-time definitions.
#

# The generic product target doesn't have any hardware-specific pieces.
TARGET_NO_BOOTLOADER := true
TARGET_NO_KERNEL := true
HAVE_HTC_AUDIO_DRIVER := true

# no hardware camera
USE_CAMERA_STUB := true

target/board/emulator/README.txt

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
The "emulator" product defines an almost non-hardware-specific target
without a kernel or bootloader, except that it defines the
HAVE_HTC_AUDIO_DRIVER constant, since that is what the emulator
emulates currently.

It can be used to build the entire user-level system, and
will work with the emulator.

It is not a product "base class"; no other products inherit
from it or use it in any way.