1#
2# Copyright 2021 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17TARGET_LINUX_KERNEL_VERSION := 5.15
18
19$(call inherit-product, device/google/zuma/factory_common.mk)
20$(call inherit-product, device/google/shusky/device-husky.mk)
21include device/google/shusky/audio/husky/factory-audio-tables.mk
22# Override to factory SDK
23$(call soong_config_set, gpssdk, sdkv1, True)
24$(call soong_config_set, gpssdk, gpsmcuversion, gpsv1_$(TARGET_BUILD_VARIANT))
25
26PRODUCT_NAME := factory_husky
27PRODUCT_DEVICE := husky
28PRODUCT_MODEL := Factory build on Husky
29PRODUCT_BRAND := Android
30PRODUCT_MANUFACTURER := Google
31
32# default BDADDR for EVB only
33PRODUCT_PROPERTY_OVERRIDES += \
34	ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
35
36# Factory binaries of camera
37PRODUCT_PACKAGES += fatp_hk3sb3_wide_hat_tool fatp_hk3_tele_hat_tool fatp_hk3_ultrawide_hat_tool fatp_hk3_front_hat_tool factory_hk3sb3_main_cam_decompress_test
38
39# preloaded_nanoapps.json
40PRODUCT_SOONG_NAMESPACES += vendor/google_contexthub/devices/factory
41