[android-building] Re: FAILED: out/soong/.bootstrap/soong-android/test/test.passed

2018-12-26 Thread juju
I face this problem too, anyone else could help? On Tuesday, September 5, 2017 at 11:41:02 PM UTC+8, aadi wrote: > > ninja: no work to do. > > [1/9] test android/soong/android > > FAILED: out/soong/.bootstrap/soong-android/test/test.passed > > out/soong/.bootstrap/bin/gotestrunner -p

Re: [android-building] Failing to build sdk and sdk_addon in master P

2018-12-26 Thread 'Dan Willemsen' via Android Building
You should be able to just run `m mkstubs` from any build configuration to build mkstubs (as it's a host tool). It'll be in out/host/linux-x86/framework/mkstubs.jar (or darwin-x86 if you're on a Mac) once built. - Dan On Tue, Dec 18, 2018 at 1:46 PM wrote: > Hey there, > > I am rather new to

Re: [android-building] How to maintain android binaries checksum intact. after rebuild of AOSP.

2018-12-26 Thread 'Dan Willemsen' via Android Building
You can actually hold the timestamp stable in system/build.prop too, by setting the BUILD_DATETIME environment variable to a stable value (it's the number of seconds since the unix epoch, normally generated with `date +%s`). Since we've focused on keeping the individual files identical while