## DTB
TARGET_DTB_NAME := sm1_s905d3_sabrina
-## Kernel
-TARGET_KERNEL_VARIANT_CONFIG := sabrina_defconfig
-
## Kernel modules
TARGET_KERNEL_EXT_MODULES := \
dhd-driver/bcmdhd.101.10.361.x
WPA_SUPPLICANT_VERSION := VER_0_8_X
## Include the common tree BoardConfig makefile
-include device/amlogic/g12-common/BoardConfigCommon.mk
+include device/amlogic/sm1-common/BoardConfigCommon.mk
## Include the proprietary BoardConfig makefile
include vendor/google/sabrina/BoardConfigVendor.mk
include kernel/amlogic/kernel-modules/dhd-driver/firmware/wifi/wifi.mk
## Inherit from the common tree product makefile
-$(call inherit-product, device/amlogic/g12-common/g12.mk)
+$(call inherit-product, device/amlogic/sm1-common/sm1.mk)
## Inherit from the proprietary files makefile
$(call inherit-product, vendor/google/sabrina/sabrina-vendor.mk)
set -e
export DEVICE=sabrina
-export DEVICE_COMMON=g12-common
+export DEVICE_COMMON=sm1-common
export TARGET_SOC=sm1
export VENDOR=google
export VENDOR_BRAND="${VENDOR}"
[
{
- "repository": "android_device_amlogic_g12-common",
- "target_path": "device/amlogic/g12-common"
+ "repository": "android_device_amlogic_sm1-common",
+ "target_path": "device/amlogic/sm1-common"
},
{
"repository": "android_hardware_amlogic_kernel-modules_dhd-driver",
set -e
export DEVICE=sabrina
-export DEVICE_COMMON=g12-common
+export DEVICE_COMMON=sm1-common
export TARGET_SOC=sm1
export VENDOR=google
export VENDOR_BRAND="${VENDOR}"