diff --git a/device-husky.mk b/device-husky.mk index 3b9c1e5..109c193 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -14,6 +14,9 @@ # 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_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers diff --git a/device-ripcurrent.mk b/device-ripcurrent.mk index 162ea4a..580dc61 100644 --- a/device-ripcurrent.mk +++ b/device-ripcurrent.mk @@ -14,6 +14,9 @@ # 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_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers diff --git a/device-shiba.mk b/device-shiba.mk index 7977d15..4ffd508 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -14,6 +14,9 @@ # 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_BOARD_KERNEL_HEADERS := device/google/shusky-kernel/kernel-headers