我可以使用新的语言环境和键盘布局向 Android 发送提交吗?

Can I send commits to Android with new langue locale and keyboard layouts?

一旦我弄清楚如何添加 Android 源代码中 API 28 还没有的语言(库尔德语),我可以发送提交吗?

奖金:你会从哪里开始? Link 到少数 files/folders 需要在 AOSP 中更改,例如此处:

https://github.com/aosp-mirror

请随时将其标记为重复问题,但我找不到。

谢谢。

正在提交补丁

是的,您可以创建补丁并将它们发送到 Android 的审核服务器以供批准。 Android 甚至有一个关于如何做到这一点的教程:https://source.android.com/setup/contribute/submit-patches。 请注意 Android 的官方 git 服务器是 https://android.googlesource.com

添加语言环境

理想情况下,您不必为了添加自定义语言环境而向官方 AOSP 存储库做出贡献。但它 looks like custom vendor locales are not (yet) supported. You will likely (I have zero experience with adding locales) have to update at least external/icu/icu4c/source/data/lang and build/make/target/product/languages_full.mk.

您是否注意到可能已经有 kurdish locale in icu4c