On Tue, Jul 31, 2018 at 6:19 PM, Harish N <[email protected]> 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: [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, satish patel -- -- unsubscribe: [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
