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 recompile. I'm not sure if there will be any usage consequence, but at least the compilation process finishes successfully. Source: https://stackoverflow.com/questions/55348861/aosp9-0-build-failed-for-sigill-on-hiddenapi Regards Agostinho Carvalho -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/8793b044-4755-48d9-9aee-e8276e73d1e7%40googlegroups.com.
