2018-06-11 04:52:22 +00:00
|
|
|
# Copyright (C) 2018 The Android Open Source Project
|
2011-02-18 23:06:20 +00:00
|
|
|
#
|
2018-06-11 04:52:22 +00:00
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
2011-02-18 23:06:20 +00:00
|
|
|
#
|
|
|
|
|
2018-06-11 04:52:22 +00:00
|
|
|
# x86 emulator specific definitions
|
2010-04-28 21:12:52 +00:00
|
|
|
TARGET_CPU_ABI := x86
|
2011-02-18 23:06:20 +00:00
|
|
|
TARGET_ARCH := x86
|
2012-05-21 06:27:59 +00:00
|
|
|
TARGET_ARCH_VARIANT := x86
|
2017-03-17 17:47:19 +00:00
|
|
|
|
2018-06-11 04:52:22 +00:00
|
|
|
TARGET_PRELINK_MODULE := false
|
2017-08-01 19:02:09 +00:00
|
|
|
|
2018-06-11 04:52:22 +00:00
|
|
|
include build/make/target/board/BoardConfigEmuCommon.mk
|
|
|
|
include build/make/target/board/BoardConfigGsiCommon.mk
|
2013-07-10 01:04:51 +00:00
|
|
|
|
2018-03-15 14:53:58 +00:00
|
|
|
# Resize to 4G to accomodate ASAN and CTS
|
|
|
|
BOARD_USERDATAIMAGE_PARTITION_SIZE := 4294967296
|
2018-04-06 21:00:17 +00:00
|
|
|
|
2018-06-11 04:52:22 +00:00
|
|
|
BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/x86
|
2017-02-10 06:28:47 +00:00
|
|
|
|
|
|
|
# Wifi.
|
2017-11-15 01:10:44 +00:00
|
|
|
BOARD_WLAN_DEVICE := emulator
|
2017-02-10 06:28:47 +00:00
|
|
|
BOARD_HOSTAPD_DRIVER := NL80211
|
|
|
|
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
|
|
|
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_simulated
|
|
|
|
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_simulated
|
|
|
|
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
|
|
|
WIFI_DRIVER_FW_PATH_PARAM := "/dev/null"
|
|
|
|
WIFI_DRIVER_FW_PATH_STA := "/dev/null"
|
|
|
|
WIFI_DRIVER_FW_PATH_AP := "/dev/null"
|