Skip to content

Commit 6207ea2

Browse files
techyminatialibeiluk1337
committed
cipher: cssi: Include full_base_telephony for cssi target
* Fixes a lot of missing packages in cssi target Change-Id: If1c8d17670654018b37d7e80d5d54f03ec2fd9fb Co-authored-by: Sebastian Kotzias <[email protected]> Co-authored-by: LuK1337 <[email protected]>
1 parent e5a3519 commit 6207ea2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/target/product/cipher_cssi.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
# limitations under the License.
1414

1515
$(call inherit-product, device/generic/common/gsi_arm64.mk)
16+
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
17+
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
18+
19+
$ Inherit cipher common
1620
$(call inherit-product, vendor/cipher/config/common_full_phone.mk)
1721

1822
# Allow building generic target & ota tools
@@ -28,4 +32,6 @@ PRODUCT_NAME := cipher_cssi
2832
PRODUCT_BRAND := Cipher
2933
PRODUCT_MODEL := Cipher Single System Image
3034
PRODUCT_MANUFACTURER := Cipher
35+
PRODUCT_DEVICE := generic_arm64
3136

37+
PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS :=

0 commit comments

Comments
 (0)