No description
Find a file
Colin Cross ab6e6e0135 Fix non-deterministic errors with LOCAL_*_x86_64
LOCAL_*_x86_64 was sometimes recognized as a _64 suffix and other times
as the correct _x86_64 suffix, based on the random order of the
propertyPrefixes map.  Replace the map with a slice so that the ordering
is consistent, and ensure 64 as after x86_64.

Change-Id: I1a4b4959f8ef4273ad4a1cdd0672ad557bf1891e
2016-05-25 17:17:40 -07:00
android Check more Make variables 2016-05-20 00:19:14 -07:00
androidmk Fix non-deterministic errors with LOCAL_*_x86_64 2016-05-25 17:17:40 -07:00
cc Fix sanitize host builds 2016-05-25 12:35:53 -07:00
cmd Rename common to android 2016-05-18 15:37:25 -07:00
env Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
genrule Rename common to android 2016-05-18 15:37:25 -07:00
glob Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
java Rename common to android 2016-05-18 15:37:25 -07:00
scripts Support stripping shared libraries and binaries 2016-05-03 14:03:38 -07:00
Android.bp Rename common to android 2016-05-18 15:37:25 -07:00
bootstrap.bash Move shell and python scripts to scripts/ directory 2016-04-29 13:59:56 -07:00
build.ninja.in Update build.ninja.in for bootstrap changes 2015-11-23 14:18:26 -08:00
doc.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
register.go Remove EarlyMutators and DynamicDependencies 2015-11-03 15:46:08 -08:00
root.bp Include bionic/Android.bp 2016-05-16 16:56:51 -07:00
soong.bash Update path to ninja 2016-05-04 16:25:26 -07:00
soong.bootstrap.in Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00