Re: [android-porting] /vendor/manifest

2018-08-01 Thread Satish Patel
On Tue, Jul 31, 2018 at 6:19 PM, Harish N  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//product1
device//product2
etc...

The common to vendor specific can go to
vendor//common.mk
and product specific will go to /device//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.


Re: [android-porting] /vendor/manifest

2018-08-01 Thread Satish Patel
On Wed, Aug 1, 2018 at 8:40 AM, Harish N  wrote:

> 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
>
​In that case one need to tweak vts tools code. But that is not recommended
as Android Team will not take compile VTS on tweak code, if product goes
for certification (if required)

For local validation you can explore tweaking of the code
http://androidxref.com/8.1.0_r33/xref/test/vts/utils/python/controllers/android_device.py

Or change vendor/manifest.xml or system/manifest.xml on target before
running vts tool
​


>
> On Wed 1 Aug, 2018, 8:22 AM Satish Patel,  wrote:
>
>>
>>
>> On Tue, Jul 31, 2018 at 6:19 PM, Harish N  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//product1
>> device//product2
>> etc...
>>
>> The common to vendor specific can go to
>> vendor//common.mk
>> and product specific will go to /device//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
>>
>


-- 
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.


Re: [android-porting] /vendor/manifest

2018-08-01 Thread Harish N
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,  wrote:

>
>
> On Tue, Jul 31, 2018 at 6:19 PM, Harish N  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//product1
> device//product2
> etc...
>
> The common to vendor specific can go to
> vendor//common.mk
> and product specific will go to /device//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.


[android-porting] /vendor/manifest

2018-07-31 Thread Harish N
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.

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.