diff --git a/additions/apps/Gboard/Android.bp b/additions/apps/Gboard/Android.bp new file mode 100644 index 00000000..7a5352e4 --- /dev/null +++ b/additions/apps/Gboard/Android.bp @@ -0,0 +1,17 @@ +// +// Copyright (C) 2025 MinusOS Project +// + + +android_app_import { + name: "Gboard", + owner: "google", + apk: "Gboard.apk", + presigned: true, + preprocessed: true, + dex_preopt: { + enabled: false, + }, + product_specific: true, + overrides: ["LatinIME"], +} \ No newline at end of file diff --git a/additions/apps/Gboard/Gboard.apk b/additions/apps/Gboard/Gboard.apk new file mode 100644 index 00000000..1284685b Binary files /dev/null and b/additions/apps/Gboard/Gboard.apk differ diff --git a/config/common_mobile_full.mk b/config/common_mobile_full.mk index c55cabb0..3c907543 100644 --- a/config/common_mobile_full.mk +++ b/config/common_mobile_full.mk @@ -10,7 +10,8 @@ $(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk) # Apps PRODUCT_PACKAGES += \ Camelot \ - ViaBrowser + ViaBrowser \ + Gboard # Extra cmdline tools PRODUCT_PACKAGES += \