Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
00269f23ee1c2d03d7fa88aada4911f7da25f531
/
android
/
config.go
00269f2
Fix install location for vendor tests
by Dan Willemsen
· 7 years ago
20e1365
Fix panic in builds with no device
by Colin Cross
· 8 years ago
efc1b41
Have Soong try to enforce that genrules declare all their outputs.
by Jeff Gaston
· 8 years ago
ae7f3e2
MIPS: Lower LibartImgDeviceBaseAddress() to fix ART tests.
by Chris Larsen
· 8 years ago
6606872
Revert "Revert "Ensure environment dependencies are correct""
by Dan Willemsen
· 8 years ago
4068a5d
Revert "Ensure environment dependencies are correct"
by Dan Willemsen
· 8 years ago
e78473c
Ensure environment dependencies are correct
by Dan Willemsen
· 8 years ago
893d816
Turn installation on in mega device build
by Colin Cross
· 8 years ago
c32c3eb
Change the global CFI flag to default to enabled.
by Vishwath Mohan
· 8 years ago
30c9d6e
Generate file to map codenames to API levels.
by Dan Albert
· 8 years ago
11b2614
Rework vndk detection
by Dan Willemsen
· 8 years ago
6e5dfaa
MIPS: Adjust LibartImgDeviceBaseAddress() for CC GC.
by Alexey Frunze
· 8 years ago
6156098
Revert "install *.so in different paths for their types"
by Dan Willemsen
· 8 years ago
01a405a
Add LinuxBionic toolchain and switch
by Dan Willemsen
· 9 years ago
4c48f72
install *.so in different paths for their types
by Jiyong Park
· 8 years ago
469a18a
Support path exclusion for native coverage.
by Ryan Campbell
· 8 years ago
581341d
Native Coverage support in Soong (gcov)
by Dan Willemsen
· 8 years ago
ee8e7a7
Removed Bluetooth build variables from the soong build parser
by Jack He
· 8 years ago
c0d58b4
Fix envDeps initialization and locking
by Colin Cross
· 8 years ago
1b017a7
Hide CFI behind a global flag.
by Vishwath Mohan
· 8 years ago
8cc7143
Add Android.bp variables to the soong build parser
by Jack He
· 8 years ago
e2a1063
Add ArtUseReadBarrier to ProductVariables.
by Hiroshi Yamauchi
· 8 years ago
4353bc4
Support system/vendor for devices without a vendor partition
by Dan Willemsen
· 8 years ago
99d7c23
Provide config helpers for environment variables
by Colin Cross
· 8 years ago
d2ede87
Add basic VNDK support in Soong
by Dan Willemsen
· 8 years ago
073379e
Revert "Revert "Use the platform SDK version from the config.""
by Dan Albert
· 8 years ago
74b8b55
Revert "Use the platform SDK version from the config."
by Dan Albert
· 8 years ago
9bef523
Use the platform SDK version from the config.
by Dan Albert
· 8 years ago
d8f2014
Fix race condition writing soong.config
by Colin Cross
· 8 years ago
23ae82a
Support sanitizing a single device arch
by Colin Cross
· 8 years ago
a03cf6d
Add clang-tidy support
by Dan Willemsen
· 8 years ago
4098deb
Add an NDK ABIs mega build configuration.
by Dan Albert
· 8 years ago
0d614dd
Re-enable prebuilt_test
by Colin Cross
· 8 years ago
ce75d2c
Initial prebuilt support
by Colin Cross
· 8 years ago
20780c8
Remove HostPrefer32BitExecutables
by Colin Cross
· 8 years ago
9d45bb7
Enable goma in soong
by Colin Cross
· 8 years ago
1e7d370
Add support for preferred arch symlinks
by Colin Cross
· 8 years ago
0f4e0d6
Add art
by Colin Cross
· 8 years ago
857a527
Revert "Add art"
by Colin Cross
· 8 years ago
f7288f3
Add art
by Colin Cross
· 8 years ago
9272ade
Add DeviceConfig and OncePer objects
by Colin Cross
· 8 years ago
5951c8a
Use PlatformSdkVersion from Make
by Dan Willemsen
· 8 years ago
cc85e68
Return copies of global sanitizer slices
by Colin Cross
· 8 years ago
a1ad8d1
Simplify arch target handling
by Colin Cross
· 9 years ago
b9db480
Revert "Simplify arch target handling"
by Colin Cross
· 9 years ago
54c7112
Simplify arch target handling
by Colin Cross
· 9 years ago
c2aa4a9
Start using blueprint_go_binary
by Dan Willemsen
· 9 years ago
635c3b0
Rename common to android
by Colin Cross
· 9 years ago
[Renamed (99%) from common/config.go]
16b2349
Add support for sanitizer property
by Colin Cross
· 9 years ago
b503816
Split Allow_missing_dependencies from Unbundled_build
by Dan Willemsen
· 9 years ago
0084d78
DeviceUsesClang should default to true
by Dan Willemsen
· 9 years ago
7f730fd
Fix USE_SOONG[_FOR_KATI]
by Dan Willemsen
· 9 years ago
322acaf
Add Mega_device configuration option
by Dan Willemsen
· 9 years ago
6ff5138
Delay dependency errors to ninja time for unbundled builds
by Colin Cross
· 9 years ago
5ba07e8
Only change behavior when actually embedded in make
by Dan Willemsen
· 9 years ago
34cc69e
Use `Path` instead of string for file paths
by Dan Willemsen
· 9 years ago
218f656
Hybrid soong/mk build using prebuilts
by Dan Willemsen
· 9 years ago
dd0e2c3
Add DeviceUsesClang to change clang default
by Dan Willemsen
· 9 years ago
1d31ec3
Add ProductVariables.DeviceName, set defaults to flounder
by Dan Willemsen
· 9 years ago
2738597
Fix product variables with no soong.variables
by Colin Cross
· 9 years ago
87b17d1
Use SRCDIR as a working directory
by Dan Willemsen
· 9 years ago
e7680ba
Freeze environment reading after saving deps
by Dan Willemsen
· 9 years ago
485e572
Read product variables from soong.variables
by Colin Cross
· 9 years ago
30e076a
Add support for building android apps
by Colin Cross
· 10 years ago
c1e86a3
Fix race condition in config.Getenv
by Colin Cross
· 10 years ago
c3c0a49
Remove Config interface
by Colin Cross
· 10 years ago
1332b00
Move config into common and provide helper
by Colin Cross
· 10 years ago
[Renamed (81%) from config/config.go]
581c189
Add yacc and lex support
by Colin Cross
· 10 years ago
65bf4f2
Add jarjar support
by Colin Cross
· 10 years ago
35cec12
Clean up installing
by Colin Cross
· 10 years ago
68f5510
Support dependencies on environment variables
by Colin Cross
· 10 years ago
3f40fa4
Add soong_build primary builder
by Colin Cross
· 10 years ago