target: inherit platform agnostic mainline modules makefile

Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: I1f9bb67adcc5284424ec69f508c13ecf42f6195e
This commit is contained in:
Omkar Chandorkar 2022-10-20 11:52:04 +09:00
parent 53d34efbc0
commit ae88cf6bca
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ $(call inherit-product, vendor/google/gms/config.mk)
$(call inherit-product, vendor/google/pixel/config.mk)
ifneq ($(TARGET_FLATTEN_APEX), true)
$(call inherit-product-if-exists, vendor/google/modules/build/mainline_modules_s.mk)
$(call inherit-product-if-exists, vendor/google/modules/build/mainline_modules.mk)
else
$(call inherit-product-if-exists, vendor/google/modules/build/mainline_modules_s_flatten_apex.mk)
$(call inherit-product-if-exists, vendor/google/modules/build/mainline_modules_flatten_apex.mk)
endif
# Move Wi-Fi modules to vendor.