Re: [android-porting] Re: Library .so and .so.toc files missing from obj/lib

2019-04-05 Thread Dimitrije Petrovic
years. At > some point they'll no longer exist in the obj/SHARED_LIBRARIES path you > found below as we move away from Make and to Soong, which uses even less > stable intermediate paths. > > - Dan > > On Wednesday, January 16, 2019 at 5:08:45 PM UTC-8, Dimitrije Petrovic >

[android-porting] Library .so and .so.toc files missing from obj/lib

2019-01-16 Thread Dimitrije Petrovic
After migration to Android P many vendor libraries have missing dependencies because libraries they are missing from *$OUT/obj/lib/*. These files can be found in *$OUT/obj/SHARED_LIBRARIES/_intermediates/* folders and can be copied. But this isn't a convenient way of resolving dependencies and

[android-porting] Re: How to include prebuilt shared library using Android.bp in Android Pie

2018-12-24 Thread Dimitrije Petrovic
I am not sure, but to me it doesn't make any sence to add: compile_multilib: "both", since you are adding a prebuilt 64bit library. There is no way to prebuild it into a 32bit and 64bit. On Thursday, December 13, 2018 at 8:47:52 PM UTC+1, dhinesh kumar wrote: > > Hi, > > My intention is to

[android-porting] Build failing due to ART crash

2018-12-24 Thread Dimitrije Petrovic
In case someone else experiences similar problems - my RAM was faulty... -- -- 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"

[android-porting] System Android.bp cannot link vendor library

2018-12-20 Thread Dimitrije Petrovic
Greetings, I have a vendor library (let's call it *mylib*), located under *vendor/* and to be Treble compliant it should be on the vendor partition. It was previously built using *Android.mk* and this library was used by *system/vold*. Now as vold was migrated to *Android.bp* I migrated my

[android-porting] Build failing due to ART crash

2018-11-29 Thread Dimitrije Petrovic
Greeting, a few days ago I acquired a new PC and I cannot bulid our ported AOSP. The procedure I am using is the same as with all my collegues and the same I used on my old PC. This is the part that is crashing: FAILED: out/soong/.intermediates/art/runtime/libart/linux_x86_shared/libart.so I

[android-porting] Start LiveTV after boot on Android TV Oreo

2018-10-15 Thread Dimitrije Petrovic
Where in the AOSP tree can we set which application to run on boot? On Android TV Nougat LiveTV was started by default. We had the AOSP Live TV app and our proprietary application and after setting the proprietary application to be the default TV app it would always run after boot. On ATVO this