[android-building] Problem when compiling - how to fix?

2020-01-05 Thread Eliane Fonseca
I don't know if this is caused by an incomplete download or corrupt git repo. The tag I used to download is: android-10.0.0_r1. Here is the error: [100% 135/135] out/soong/.bootstrap/bin/soong_build out/soong/build.ninja FAILED: out/soong/build.ninja out/soong/.bootstrap/bin/soong_build -t -l o

[android-building] Re: Error when building android 9 source (ubuntu 18.04)

2020-01-05 Thread Eliane Fonseca
I have solved the problem thanks to tis other topic: https://groups.google.com/forum/?fromgroups=#!topic/android-building/PiF49R2cheQ Edit that file and remove the lines -msse4.2 and -mpopcnt. This will solve my problem until i can get a newer PC. -- -- You received this message because y

[android-building] Re: AOSP v10 Compilation Error

2020-01-05 Thread Agostinho Carvalho
Hello. After some research, it seems that the problem is related with my CPU - Intel Core2 Duo T5800. My CPU doesn't support SSE4.2 instructions, which are required by "hiddenapi". To fix this I edited the file "art\build\Android.bp" Comment the lines: "-msse4.2" "-mpopcnt" Save the file and re