* commit '730511d9c4450b20eb2bc8d47d049ee3dbd982b1': Delete board config for the unused "emulator" device.
This commit is contained in:
commit
d4e33c960b
3 changed files with 0 additions and 23 deletions
|
@ -1 +0,0 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
|
@ -1,12 +0,0 @@
|
|||
# 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
|
|
@ -1,10 +0,0 @@
|
|||
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.
|
Loading…
Reference in a new issue