Merge "Speed up husky, ripcurrent and shiba builds by excluding code that can never be used."

This commit is contained in:
Joe Onorato 2023-04-18 17:26:59 +00:00 committed by Android (Google) Code Review
commit 7129588778
3 changed files with 9 additions and 0 deletions

View file

@ -14,6 +14,9 @@
# 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_KERNEL_DIR ?= device/google/shusky-kernel TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers

View file

@ -14,6 +14,9 @@
# 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_KERNEL_DIR ?= device/google/shusky-kernel TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers

View file

@ -14,6 +14,9 @@
# 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_KERNEL_DIR ?= device/google/shusky-kernel TARGET_KERNEL_DIR ?= device/google/shusky-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers TARGET_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers