[android-porting] Extending, inheriting BoardConfig

2019-12-13 Thread Pether Pettersson
Hi, we are running into problems when we try to add our own BoardConfig that is supposed to include/inherit another config, in this case it is the cuttlefish emulator, so that we can change and add parameters without having to edit the aosp source. We've had a device configured to use cuttlefi

[android-porting] Problem enabling product image

2019-04-15 Thread Pether Pettersson
We are trying to enable the product image and have so far been able to build it and place an example app on it successfully. The problem occurs when we run the emulator, we have /product at the root, but this is a symlink to /system/product, which in turn is a symlink to /product. I have not bee

[android-porting] Re: X(java:sdk) should not link to Y(java:platform)

2018-10-12 Thread Pether Pettersson
e platform libs. Likely you need to bring your Android >>> makefile up to date. >>> >>> Br, >>> >>> Zoltan >>> >>> >>> On Wednesday, 10 October 2018 17:08:00 UTC+2, Pether Pettersson wrote: >>>> >>>> We re

[android-porting] Re: X(java:sdk) should not link to Y(java:platform)

2018-10-10 Thread Pether Pettersson
5 PM UTC+2, zoli2k wrote: > > Hi, > > on Android 9 this should be only a warning. You are linking and SDK > application with the platform libs. Likely you need to bring your Android > makefile up to date. > > Br, > > Zoltan > > > On Wednesday, 10 October 2018 1

[android-porting] X(java:sdk) should not link to Y(java:platform)

2018-10-10 Thread Pether Pettersson
We receive this error when we are trying to add our own applications to a copy of the android car emulator, which otherwise successfully builds and runs. We are unable to get a grip on what this error actually means and how to solve it, we have been looking at VNDK documentation but it all seem