bluejay: Remove non-existent vendor includes
Change-Id: I1bc76430d30259984f4eb91907be61ef39646c27
This commit is contained in:
parent
e1479fd0c2
commit
eeb30011f6
2 changed files with 0 additions and 20 deletions
|
@ -42,9 +42,7 @@ BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||||
|
|
||||||
include device/google/gs101/BoardConfig-common.mk
|
include device/google/gs101/BoardConfig-common.mk
|
||||||
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
||||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
|
||||||
include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk
|
include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk
|
||||||
-include vendor/google_devices/bluejay/proprietary/BoardConfigVendor.mk
|
|
||||||
|
|
||||||
$(call soong_config_set,google3a_config,target_device,bluejay)
|
$(call soong_config_set,google3a_config,target_device,bluejay)
|
||||||
|
|
||||||
|
|
|
@ -14,21 +14,11 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Restrict the visibility of Android.bp files to improve build analysis time
|
|
||||||
$(call inherit-product-if-exists, vendor/google/products/sources_pixel.mk)
|
|
||||||
|
|
||||||
TARGET_LINUX_KERNEL_VERSION := $(RELEASE_KERNEL_BLUEJAY_VERSION)
|
TARGET_LINUX_KERNEL_VERSION := $(RELEASE_KERNEL_BLUEJAY_VERSION)
|
||||||
# Keeps flexibility for kasan and ufs builds
|
# Keeps flexibility for kasan and ufs builds
|
||||||
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_BLUEJAY_DIR)
|
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_BLUEJAY_DIR)
|
||||||
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_BLUEJAY_DIR)/kernel-headers
|
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_BLUEJAY_DIR)/kernel-headers
|
||||||
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/bluejay/prebuilts/device-vendor-bluejay.mk)
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/prebuilts/device-vendor.mk)
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/proprietary/device-vendor.mk)
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/bluejay/proprietary/device-vendor.mk)
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/bluejay/proprietary/bluejay/device-vendor-bluejay.mk)
|
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/bluejay/proprietary/WallpapersBluejay.mk)
|
|
||||||
|
|
||||||
DEVICE_PACKAGE_OVERLAYS += device/google/bluejay/bluejay/overlay
|
DEVICE_PACKAGE_OVERLAYS += device/google/bluejay/bluejay/overlay
|
||||||
|
|
||||||
include device/google/bluejay/sepolicy/bluejay-sepolicy.mk
|
include device/google/bluejay/sepolicy/bluejay-sepolicy.mk
|
||||||
|
@ -38,11 +28,6 @@ include device/google/gs101/telephony/pktrouter.mk
|
||||||
include device/google/gs-common/bcmbt/bluetooth.mk
|
include device/google/gs-common/bcmbt/bluetooth.mk
|
||||||
include device/google/gs-common/touch/stm/stm11.mk
|
include device/google/gs-common/touch/stm/stm11.mk
|
||||||
|
|
||||||
# Fingerprint HAL
|
|
||||||
GOODIX_CONFIG_BUILD_VERSION := g7_trusty
|
|
||||||
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_common.mk)
|
|
||||||
$(call inherit-product-if-exists, vendor/goodix/udfps/configuration/udfps_shipping.mk)
|
|
||||||
|
|
||||||
# go/lyric-soong-variables
|
# go/lyric-soong-variables
|
||||||
$(call soong_config_set,lyric,camera_hardware,bluejay)
|
$(call soong_config_set,lyric,camera_hardware,bluejay)
|
||||||
$(call soong_config_set,lyric,tuning_product,bluejay)
|
$(call soong_config_set,lyric,tuning_product,bluejay)
|
||||||
|
@ -167,9 +152,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.gms.dck.eligible_wcc=2 \
|
ro.gms.dck.eligible_wcc=2 \
|
||||||
ro.gms.dck.se_capability=1
|
ro.gms.dck.se_capability=1
|
||||||
|
|
||||||
# Trusty liboemcrypto.so
|
|
||||||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/bluejay/prebuilts
|
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=0
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue