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

2019-04-02 Thread liangdong2
ok,we will upgrade to ubutun 16.04 and try again 。 tks, 在 2019年4月3日星期三 UTC+8上午11:15:37,Dan Willemsen写道: > > I definitely recommend upgrade to at least the 4.4 kernel that is/was > supported with 14.04: >

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

2019-04-02 Thread 'Dan Willemsen' via Android Building
I definitely recommend upgrade to at least the 4.4 kernel that is/was supported with 14.04: https://wiki.ubuntu.com/Kernel/LTSEnablementStack#Kernel.2FSupport.A14.04.x_Ubuntu_Kernel_Support We, and a number of other build farms hit a SIGBUS in the kernel rather frequently with 3.13, upgrading

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

2019-04-02 Thread liangdong2
we use android Q compile , and go version is : go version go1.12.1 linux/amd64 tks; add the linux verison and kernel verison: lsb_release -a : Distributor ID: Ubuntu Description:Ubuntu 14.04 LTS Release:14.04 Codename: trusty uname -r : 3.13.0-24-generic 在

Re: [android-building] Touchscreen not working after building and flashing clean msm kernel for the Google Pixel blueline

2019-04-02 Thread 'Alessio Balsini' via Android Building
> Thank you! > This seemed to work :) > Had to run the adb disable-verity command before remounting. That's strange, `adb remount` with -R should also disable verity. Anyway, cool that it worked. > I tried enabling dm-verity after pushing the .ko modules > > It has resulted in "Your device is

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

2019-04-02 Thread 'Dan Willemsen' via Android Building
This is an error within the go compiler. Which version of android are you using, and what does `prebuilts/go/linux-x86/bin/go version` return? - Dan On Tue, Apr 2, 2019 at 8:51 AM wrote: > > when i build android code, found soong panic like this below: > > [ 49% 53/108] compile >

Re: [android-building] Building APKs with minSdk in both AOSP and Android Studio

2019-04-02 Thread 'Dan Willemsen' via Android Building
In AOSP master, you should be able to set `min_sdk_version: "25"` in your Android.bp (or `LOCAL_MIN_SDK_VERSION := 25` in an Android.mk). Older branches you may need to do some workarounds with merging in another manifest, but I think you'd only get the above error on master. - Dan On Tue, Apr

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

2019-04-02 Thread liangdong2
when i build android code, found soong panic like this below: [ 49% 53/108] compile out/soong/.bootstrap/soong-android/test/android/soong/android.a FAILED: out/soong/.bootstrap/soong-android/test/android/soong/android.a GOROOT='prebuilts/go/linux-x86'

Re: [android-building] Touchscreen not working after building and flashing clean msm kernel for the Google Pixel blueline

2019-04-02 Thread 'Alessio Balsini' via Android Building
Here follows a possible approach. There are faster ways of achieving the same result, but this is probably easier to explain :) Copy the Image.lz4-dtb file you generated with build/build.sh to the AOSP kernel folder of your device, substituting the existing one: $ cp