Snap for 11800966 from 2a09185780 to 24Q3-release

Change-Id: I6e925f8605df5973caa83cf7c4b40bf4e36cc6f3
This commit is contained in:
Android Build Coastguard Worker 2024-05-04 01:03:00 +00:00
commit f4090f30e0
6 changed files with 38 additions and 2 deletions

View file

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# #
$(call inherit-product, device/google/gs101/aosp_common.mk) $(call inherit-product, device/google/gs101/aosp_common.mk)
$(call inherit-product, device/google/raviole/device-slider.mk) $(call inherit-product, device/google/raviole/slider_generic.mk)
PRODUCT_NAME := aosp_slider PRODUCT_NAME := aosp_slider
PRODUCT_DEVICE := slider PRODUCT_DEVICE := slider

View file

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
# #
$(call inherit-product, device/google/gs101/aosp_common.mk) $(call inherit-product, device/google/gs101/aosp_common.mk)
$(call inherit-product, device/google/raviole/device-whitefin.mk) $(call inherit-product, device/google/raviole/whitefin_generic.mk)
PRODUCT_NAME := aosp_whitefin PRODUCT_NAME := aosp_whitefin
PRODUCT_DEVICE := whitefin PRODUCT_DEVICE := whitefin

View file

@ -18,6 +18,7 @@
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
# The modules which need to be loaded in sequential # The modules which need to be loaded in sequential
BOARD_KERNEL_CMDLINE += fips140.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1 BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1 BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1

View file

@ -18,6 +18,7 @@
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
# The modules which need to be loaded in sequential # The modules which need to be loaded in sequential
BOARD_KERNEL_CMDLINE += fips140.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1 BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1 BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1 BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1

17
slider_generic.mk Normal file
View file

@ -0,0 +1,17 @@
#
# Copyright 2024 The Android Open-Source Project
#
# 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.
#
$(call inherit-product, device/google/raviole/device-slider.mk)

17
whitefin_generic.mk Normal file
View file

@ -0,0 +1,17 @@
#
# Copyright 2024 The Android Open-Source Project
#
# 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.
#
$(call inherit-product, device/google/raviole/device-whitefin.mk)