Use RRO for product-specific resources

Currently TelephonyProvider is compiled and linked with the argument
'--product {PRODUCT_CHARACTERISTICS}' to select product-specific
resources. But that causes the app to depend on the product
characteristics, making differences of system.img among targets.

Setting generate_product_characteristics_rro will automatically
generate an RRO package which contains resources having
product="{PRODUCT_CHARACTERISTICS}"'. The RRO package will be
installed to /product partition. TelephonyProvider will be compiled with
'--product default', making system.img identical to all targets.

Bug: 322932641
Test: TH
Change-Id: I4a0b0c112cf2cf6868154bfe929a367d91bc203e
1 file changed