Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
09040dd8232f8fe588d938e04581ba1648f452f4
/
core
09040dd
Fix Java detection on some Linux distributions
by Bernhard Rosenkränzer
· 11 years ago
6ff8495
Merge "Fix PIC default to be -fPIC"
by Nick Kralevich
· 11 years ago
dd2ff55
build: fix host dex2oat runtime args
by Colin Cross
· 11 years ago
edfd55a
Don't enable LOCAL_DEX_PREOPT for apks outside system.img
by Ying Wang
· 11 years ago
02a5b51
Merge "Make dex2oat heap size product configurable [build]"
by Brian Carlstrom
· 11 years ago
4b1c95d
More consistent use of 64-bit build variable.
by Ying Wang
· 11 years ago
cffe289
Make dex2oat heap size product configurable [build]
by Brian Carlstrom
· 11 years ago
3ffcf18
Merge "Remove -Bsymbolic from builds."
by Dan Albert
· 11 years ago
979d578
Merge "Fix host java doc by referring to the correct classpath."
by Ying Wang
· 11 years ago
ad7809b
Fix host java doc by referring to the correct classpath.
by Ying Wang
· 11 years ago
f25318a
Clean the last bit of LOCAL_BUILD_HOST_DEX.
by Ying Wang
· 11 years ago
3a8d2bf
Fix PIC default to be -fPIC
by Pavel Chupin
· 11 years ago
7b53bca
Merge "Strip all multidex files, not just classes.dex"
by Brian Carlstrom
· 11 years ago
fca8145
Strip all multidex files, not just classes.dex
by Brian Carlstrom
· 11 years ago
731322a
Fix partition_tag usage in install_jni_libs
by Dan Willemsen
· 11 years ago
4b539d1
Merge "More consistent host library path in multilib build."
by Ying Wang
· 11 years ago
36ef50f
More consistent host library path in multilib build.
by Ying Wang
· 11 years ago
efe7779
Fix missing rs_compatibility_jni_libs.
by Ying Wang
· 11 years ago
cf331d9
Host support for prefer symlink
by Ian Rogers
· 11 years ago
4b7ba41
Merge "Add -Wl,--fatal-warnings to x86_64."
by Elliott Hughes
· 11 years ago
3beb516
Add -Wl,--fatal-warnings to x86_64.
by Elliott Hughes
· 11 years ago
c4dfe6e
Add --pseudo-localize aapt parameter for builds.
by Igor Viarheichyk
· 11 years ago
6129192
Allow LOCAL_RESOURCE_DIR pointing to dir generated during the build
by Ying Wang
· 11 years ago
8e20ef6
Support to add JNI of both archs in multilib build.
by Ying Wang
· 11 years ago
7e73eb3
Resolve :32 to 32-bit variant only if the variant exists.
by Ying Wang
· 11 years ago
074151b
Switch another reference from core to core-libart
by Brian Carlstrom
· 11 years ago
85fe143
Merge "Restore AOSP-style version numbers - DO NOT MERGE"
by Bill Yi
· 11 years ago
b76d409
Restore AOSP-style version numbers - DO NOT MERGE
by Bill Yi
· 11 years ago
dab766a
Merge "Switch from core to core-libart"
by Brian Carlstrom
· 11 years ago
b1dafb1
Switch from core to core-libart
by Brian Carlstrom
· 11 years ago
0f1ca83
Merge "Rewrite the clean steps for TARGET_2ND_ARCH."
by Ying Wang
· 11 years ago
f6268b8
Rewrite the clean steps for TARGET_2ND_ARCH.
by Ying Wang
· 11 years ago
c61caf1
Fix the CTS build now that core is gone
by Neil Fuller
· 11 years ago
9d8854e
Merge "build: delete 64-bit blacklist"
by Colin Cross
· 11 years ago
ae2986e
build: delete 64-bit blacklist
by Colin Cross
· 11 years ago
42c9804
Use the correct MKBOOTIMG.
by Ying Wang
· 11 years ago
338d1e7
Help catch common 32/64-bit errors.
by Brian Carlstrom
· 11 years ago
d73ec26
Merge "Make default 64-bit primary, 32-bit secondary"
by Narayan Kamath
· 11 years ago
d795046
Make default 64-bit primary, 32-bit secondary
by Brian Carlstrom
· 11 years ago
a530bd4
Merge "Also include the binaries for the 2nd arch."
by Ying Wang
· 11 years ago
ec45d37
Also include the binaries for the 2nd arch.
by Ying Wang
· 11 years ago
74c9850
Explicit record the modules' built-file:installed-file
by Ying Wang
· 11 years ago
03270b9
Put modules with install path to system/ to DATA/ in the zip file.
by Ying Wang
· 11 years ago
c17e0f9
Merge "Explicit record the modules' built-file:installed-file"
by Ying Wang
· 11 years ago
fcb077e
Merge "Put modules with install path to system/ to DATA/ in the zip file."
by Ying Wang
· 11 years ago
bfe62fc
Remove unused hosts.
by Elliott Hughes
· 11 years ago
5181a36
Trim down BUILD_FINGERPRINT.
by Ying Wang
· 11 years ago
50031de
Remove -Bsymbolic from builds.
by Dan Albert
· 11 years ago
624220c
Merge "Remove useless stuff from "AndroidConfig.h"."
by Elliott Hughes
· 11 years ago
e82d33d
Remove useless stuff from "AndroidConfig.h".
by Elliott Hughes
· 11 years ago
ff3a904
Check existence of both 64-bit and 32-bit module variants.
by Ying Wang
· 11 years ago
b2ba563
Merge "Revert "Don't rename host libraries if only one arch is build.""
by Ying Wang
· 11 years ago
532f112
Revert "Don't rename host libraries if only one arch is build."
by Ying Wang
· 11 years ago
b1f7fb7
Don't rename host libraries if only one arch is build.
by Ying Wang
· 11 years ago
ad10cc7
Allow to opt out both multilib in native test.
by Ying Wang
· 11 years ago
6e85f8b
Set default LOCAL_MULTILIB only if LOCAL_MODULE_HOST_ARCH isn't restricted
by Ying Wang
· 11 years ago
e1b867d
Fix loophole in module expansion.
by Ying Wang
· 11 years ago
c459586
Add global variable HOST_LIBRARY_PATH.
by Ying Wang
· 11 years ago
2713fce
Switch to 32-bit-by-default host multilib build.
by Ying Wang
· 11 years ago
c027524
Merge "build native tests for 32-bit and 64-bit"
by Ying Wang
· 11 years ago
5ad1749
Merge "Support .asm being compiled by yasm targeted for x86."
by Ying Wang
· 11 years ago
8ff9252
Move comment out of recipe section
by Stephen Hines
· 11 years ago
67ed25f
Reenable ccache.
by Ying Wang
· 11 years ago
7b913ce
Support .asm being compiled by yasm targeted for x86.
by Ying Wang
· 11 years ago
e564c0c
Merge "Switch name from tblgen -> llvm-tblgen for consistency with upstream tools."
by Tim Murray
· 11 years ago
5339640
Switch name from tblgen -> llvm-tblgen for consistency with upstream tools.
by Stephen Hines
· 11 years ago
1d6506c
Merge "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to the compiler."
by Primiano Tucci
· 11 years ago
7f349dc
am 40b7e342: Merge "Move sdk staging dir to a product-specific dir"
by Ying Wang
· 11 years ago
d7af176
Move sdk staging dir to a product-specific dir
by Ying Wang
· 11 years ago
994c84f
Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to the compiler.
by Primiano Tucci
· 11 years ago
85e0dce
am a8b65126: Merge "Add -shared to clang LDFLAGS."
by Stephen Hines
· 11 years ago
a8b6512
Merge "Add -shared to clang LDFLAGS."
by Stephen Hines
· 11 years ago
329988c
am a42e0f50: Merge "arm64: restore relro/now"
by Nick Kralevich
· 11 years ago
4554576
arm64: restore relro/now
by Nick Kralevich
· 11 years ago
1df5b37
am 61cf065a: Merge "Use a separate policy for the recovery image."
by Nick Kralevich
· 11 years ago
61cf065
Merge "Use a separate policy for the recovery image."
by Nick Kralevich
· 11 years ago
dc41aa3
am 5c2c70de: Merge "Add -latomic to all target builds"
by Andrew Hsieh
· 11 years ago
5c2c70d
Merge "Add -latomic to all target builds"
by Andrew Hsieh
· 11 years ago
0f9276d
Add -shared to clang LDFLAGS.
by Tim Murray
· 11 years ago
5520f28
Use a separate policy for the recovery image.
by Stephen Smalley
· 11 years ago
ab6f84e
am e0df9d95: Merge "Only enable WITH_DEXPREOPT by default for libdvm.so"
by Brian Carlstrom
· 11 years ago
4c952d7
Add -latomic to all target builds
by Andrew Hsieh
· 11 years ago
3f5ff08
Only enable WITH_DEXPREOPT by default for libdvm.so
by Brian Carlstrom
· 11 years ago
d3ddfdf
am b3bed595: Merge "Add a dummy build recipe for generated RS cpp files."
by Ying Wang
· 11 years ago
b3bed59
Merge "Add a dummy build recipe for generated RS cpp files."
by Ying Wang
· 11 years ago
d40776a
am 65afd710: Merge "Add a dummy build recipe for the proto generated header files"
by Ying Wang
· 11 years ago
65afd71
Merge "Add a dummy build recipe for the proto generated header files"
by Ying Wang
· 11 years ago
81ab833
Add a dummy build recipe for generated RS cpp files.
by Ying Wang
· 11 years ago
5186dac
Add a dummy build recipe for the proto generated header files
by Ying Wang
· 11 years ago
ed97938
am 7df64f7c: Merge "Move to dalvik.vm.lib.2 to force default to libart"
by Brian Carlstrom
· 11 years ago
31f5db2
Move to dalvik.vm.lib.2 to force default to libart
by Brian Carlstrom
· 11 years ago
8898f2e
am f4999d3b: Merge "Fix pattern rules for for libdvm."
by Ying Wang
· 11 years ago
994c226
Fix pattern rules for $(installed_odex) for libdvm.
by Ying Wang
· 11 years ago
7e4c73d
am aae7e3fa: Merge "Support LOCAL_CLANG with arch/bit suffix."
by Ying Wang
· 11 years ago
824344a
Support LOCAL_CLANG with arch/bit suffix.
by Ying Wang
· 11 years ago
a5b0b13
am 3805f619: Merge "Revert "Fix for duplicate names in whole static libs""
by Dan Albert
· 11 years ago
3805f61
Merge "Revert "Fix for duplicate names in whole static libs""
by Dan Albert
· 11 years ago
3c12b5c
Revert "Fix for duplicate names in whole static libs"
by Dan Albert
· 11 years ago
212772f
am 31101623: Merge "Fix for duplicate names in whole static libs"
by Dan Albert
· 11 years ago
3110162
Merge "Fix for duplicate names in whole static libs"
by Dan Albert
· 11 years ago
Next »