From c8a598f1c6fde2551fb234566a2f3513f2e64efe Mon Sep 17 00:00:00 2001 From: BrainKub Date: Tue, 18 Feb 2025 12:24:44 +0300 Subject: [PATCH] Spacewar: build GlyphAdapter It is necessary for interaction with applications using glyphsdk. Tested in Glyph Composer and gliphify Change-Id: Ib9260aac3355c3b3833b3d39f7da619be00a757e --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 12db0fc..4e69f8e 100644 --- a/device.mk +++ b/device.mk @@ -60,7 +60,8 @@ PRODUCT_SHIPPING_API_LEVEL := 31 # Paranoid Glyph PRODUCT_PACKAGES += \ - ParanoidGlyphPhone1 + ParanoidGlyphPhone1 \ + GlyphAdapter # Partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true