Satish I can have multiple manifests for different products but I have
single build supporting N number of products with different hw support.how
should I go ahead.
Eg. One product support GPS one does not

On Wed 1 Aug, 2018, 8:22 AM Satish Patel, <tosatishpa...@gmail.com> wrote:

>
>
> On Tue, Jul 31, 2018 at 6:19 PM, Harish N <harrymyso...@gmail.com> wrote:
>
>> Hi All,
>>
>> We have android platform Image and N number of products are derived from
>> it with different product specific features supported.
>> VTS test cases fails since we have single manifest entry for all features
>> but devices will not support all feature.
>>
> ​generally structure to be followed as
> device/<vendor>/product1
> device/<vendor>/product2
> etc...
>
> The common to vendor specific can go to
> vendor/<vendor>/common.mk
> and product specific will go to /device/<vendor>/product1..N (in your case
> product specific manifest.xml)
>
> So each product can have separate build and separate product specific
> configuration with common vendor features.
>
>  ​
>
>
>>
>> How to address this problem Runtime loading of manifest
>>
>> --
>> --
>> unsubscribe: android-porting+unsubscr...@googlegroups.com
>> website: http://groups.google.com/group/android-porting
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "android-porting" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-porting+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Regards,
> satish patel
>

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to