pipa: Inherit the correct base makefile

Change-Id: Id2f0f46dad7025e27f97a4591130945c4e8dc9af
This commit is contained in:
Davide Garberi
2023-10-16 01:36:47 +02:00
committed by Sebastiano Barezzi
parent 5efc6f9638
commit 0462045bfa

View File

@@ -6,7 +6,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# Inherit some common lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk)