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

Commit 63ab7d81 authored by Ying Wang's avatar Ying Wang
Browse files

Delete board config for the unused "emulator" device.

Change-Id: I1e1d47fece4113be9f31f04775c5b310d28017e3
parent 5abaa4ee
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.