You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
Hello ,
I want to add a local language support to my custom build , how should i processed with same.
Alvin Wong
unread,
May 23, 2012, 11:28:20 AM5/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-porting
Hi,
You mean locale, don't you?
If you want to build all locales add this to something.mk (you should
be including the file in AndroidProducts.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
If you want to include only some locales, define PRODUCT_LOCALES :=
en_US zh_TW (where zh_TW is the 2nd locale to be added. The first one
will be default)