Hi Ashwin,
whether I have to modify BoardConfig.mk and AndroidBoard.mk which are
in
./vendor/<vendor_name>/BoardConfig.mk
./vendor/<vendor_name>/AndroidBoard.mk
is it right?
Currently in AndroidBoard.mk nothing is there
and
in BoardConfig.mk
#
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
TARGET_CPU_ABI := armeabi
HAVE_HTC_AUDIO_DRIVER := false
BOARD_USES_GENERIC_AUDIO := false
# Enable MM PXA hardware
TARGET_BOARD_PLATFORM := pxa
TARGET_BOARD := BSW
# Tavor PV MVED hardware support
IPP_MVED := true
#Hardware Platfrom definiton
TARGET_BOOTLOADER_BOARD_NAME := BSW
Whether I need to modify these files?
Thanks
Gururaja B O