index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
arch.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename common to android
Colin Cross
2016-05-18
1
-1061
/
+0
*
Add a 32-bit x86_64 arch variant
Dan Willemsen
2016-05-10
1
-0
/
+3
*
Fix ArchFeatures decoding with default ArchVariant
Dan Willemsen
2016-05-07
1
-1
/
+1
*
Support prepended arch-specific properties
Colin Cross
2016-05-05
1
-1
/
+11
*
Stop using the mips32r6 ABI in MegaDevice
Dan Willemsen
2016-05-05
1
-1
/
+1
*
Fix arm[64] cflags
Dan Willemsen
2016-03-30
1
-5
/
+7
*
Refactor cc
Colin Cross
2016-03-21
1
-2
/
+4
*
Add windows x86_64
Dan Willemsen
2016-02-08
1
-0
/
+2
*
Mips builds in the megadevice now
Dan Willemsen
2016-01-13
1
-8
/
+8
*
Add Mega_device configuration option
Dan Willemsen
2016-01-13
1
-0
/
+59
*
Support "." in cpu and arch variant names
Colin Cross
2015-12-16
1
-3
/
+3
*
Hybrid soong/mk build using prebuilts
Dan Willemsen
2015-12-01
1
-7
/
+3
*
Support cross-compiling Windows binaries on Linux
Dan Willemsen
2015-11-30
1
-25
/
+142
*
Add mips64
Colin Cross
2015-11-24
1
-1
/
+5
*
Add mips
Colin Cross
2015-11-24
1
-0
/
+8
*
Add x86_64
Colin Cross
2015-11-24
1
-0
/
+15
*
Add x86
Colin Cross
2015-11-24
1
-4
/
+13
*
move arch variant structs down a level
Colin Cross
2015-11-23
1
-47
/
+79
*
Add arch features
Colin Cross
2015-11-23
1
-4
/
+42
*
make arch and variant parsing more robust
Colin Cross
2015-11-23
1
-6
/
+32
*
Add armv8-a arch variant
Colin Cross
2015-11-16
1
-0
/
+3
*
Add support for defaults modules
Colin Cross
2015-11-03
1
-3
/
+4
*
Remove EarlyMutators and DynamicDependencies
Colin Cross
2015-11-03
1
-8
/
+6
*
Replace extendProperties with pathtools.AppendProperties
Colin Cross
2015-11-03
1
-30
/
+65
*
Fix gofmt
Colin Cross
2015-10-28
1
-1
/
+1
*
Add cortex_a53_64 and cortex_a53_a57
Dan Willemsen
2015-10-16
1
-8
/
+10
*
Fix X86_SSE3 -> X86_SSSE3
Dan Willemsen
2015-10-16
1
-1
/
+1
*
Set host and device arches from product variables
Colin Cross
2015-09-17
1
-47
/
+132
*
Add cortex-a53 cpu variant
Dan Willemsen
2015-09-15
1
-1
/
+2
*
Support product variables
Colin Cross
2015-08-24
1
-113
/
+27
*
Add support for x86_sse3 and x86_sse4 arch sections
Colin Cross
2015-07-09
1
-0
/
+4
*
use init functions to register module types, etc.
Colin Cross
2015-07-09
1
-0
/
+7
*
Enable host multilib
Dan Willemsen
2015-07-08
1
-0
/
+6
*
Add cpu-variant properties
Colin Cross
2015-07-07
1
-44
/
+75
*
Add exclude_* and remove arch_subtract / "-file"
Dan Willemsen
2015-07-01
1
-41
/
+1
*
Improve property comments for docs
Colin Cross
2015-06-29
1
-27
/
+57
*
Use proptools.CloneEmptyProperties
Colin Cross
2015-05-19
1
-2
/
+1
*
Separate HostOrDevice out of Arch
Colin Cross
2015-05-09
1
-37
/
+61
*
Add per target archtecture properties
Colin Cross
2015-04-30
1
-17
/
+52
*
Support java libraries, binaries, and prebuilts
Colin Cross
2015-04-03
1
-1
/
+24
*
Use ContainsProperty to support default values
Colin Cross
2015-03-27
1
-12
/
+17
*
Support target: { android64: {...}} for linker
Colin Cross
2015-03-27
1
-0
/
+24
*
Add support for building NDK modules.
Dan Albert
2015-03-26
1
-0
/
+3
*
Add new AndroidModuleContext helper functions
Colin Cross
2015-03-25
1
-2
/
+3
*
Update import paths for changes to blueprint
Colin Cross
2015-03-23
1
-2
/
+2
*
Add gensrcs module type
Colin Cross
2015-03-19
1
-2
/
+4
*
Refactor cc compiling to shared ccBase and ccDynamic initialization
Colin Cross
2015-03-17
1
-2
/
+2
*
Add soong_build primary builder
Colin Cross
2015-03-13
1
-0
/
+545