Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_make
/
d18e570fbaef9fdc6605ed75960641416a370a79
/
core
d18e570
Clean up dangling module names
by Ying Wang
· 11 years ago
993ffb8
Merge "Add all-S-files-under."
by Elliott Hughes
· 11 years ago
e3b044a
Add all-S-files-under.
by Elliott Hughes
· 11 years ago
b0ef911
fix 2nd target clang prebuilt paths
by Colin Cross
· 11 years ago
6c5d897
Merge "Refreshed gcc predefines __ANDROID__"
by Ben Cheng
· 11 years ago
859c826
Refreshed gcc predefines __ANDROID__
by Ben Cheng
· 11 years ago
de9955c
Select the arch_variant_cflags for the 2nd arch.
by Ying Wang
· 11 years ago
737a51d
Merge "Refactor llvm_config.mk and support the 2nd arch"
by Ying Wang
· 11 years ago
1f98283
Refactor llvm_config.mk and support the 2nd arch
by Ying Wang
· 11 years ago
58d879f
don't rename 32-bit packages to *_32
by Colin Cross
· 12 years ago
8b20d5b
Merge "Turn 64-bit-related warnings into errors on 64-bit builds."
by Elliott Hughes
· 11 years ago
1efd9e4
[MIPS64] Add mips64 target
by Chris Dearman
· 12 years ago
afbbce3
Merge "Add library test makefile solutions."
by Christopher Ferris
· 12 years ago
18042e1
Turn 64-bit-related warnings into errors on 64-bit builds.
by Elliott Hughes
· 12 years ago
70ca5e5
Add library test makefile solutions.
by Christopher Ferris
· 12 years ago
90353fe
add support for more LOCAL_*_arch variables
by Colin Cross
· 12 years ago
aee1e77
don't rename 32-bit executables to *_32
by Colin Cross
· 12 years ago
ec14ce5
remove 2nd arch from ARCH_ARM_* defines
by Colin Cross
· 12 years ago
5394bf1
Fix installing 2nd arch shared libraries
by Colin Cross
· 12 years ago
5352018
Merge "Add new rs directory to list of Java subdirs of fw/base."
by Tim Murray
· 12 years ago
3136010
Dedup the targets and dependencies of required modules.
by Ying Wang
· 12 years ago
f6752d3
Add new rs directory to list of Java subdirs of fw/base.
by Tim Murray
· 12 years ago
49f1fab
build: Rename persist.sys.dalvik.vm.lib to allow new default
by Brian Carlstrom
· 12 years ago
d206afe
Disable WITH_HOST_DALVIK on 64bit host builds.
by Ian Rogers
· 12 years ago
694b2b7
Define __STDC_FORMAT_MACROS on Windows host builds.
by Ian Rogers
· 12 years ago
78d642f
build: rename LOCAL_32BIT_ONLY to LOCAL_32_BIT_ONLY
by Colin Cross
· 12 years ago
44a7526
build: support LOCAL_*_32 and LOCAL_*_64
by Colin Cross
· 12 years ago
61e5059
Fix the host inttypes.h problem globally.
by Ian Rogers
· 12 years ago
472a485
Merge "gtest needs -lpthread."
by Elliott Hughes
· 12 years ago
52e52d1
gtest needs -lpthread.
by Elliott Hughes
· 12 years ago
1a731ad
Merge "Fix KERNEL_HEADERS_ARCH for mips and x86."
by Elliott Hughes
· 12 years ago
171e940
Fix KERNEL_HEADERS_ARCH for mips and x86.
by Elliott Hughes
· 12 years ago
8fb5dfc
build: PRODUCT_DEX_PREOPT_IMAGE_IN_DATA
by Brian Carlstrom
· 12 years ago
8f47fc3
Add support for TARGET_GLOBAL_UNSUPPORTED_CFLAGS
by Colin Cross
· 12 years ago
2f8dcdd
Remove libthread_db from the default include path.
by Elliott Hughes
· 12 years ago
1acb1b6
Merge changes I62504bad,I16208cca,I4e4ceec6
by Colin Cross
· 12 years ago
25a16fe
Merge "Don't modify LOCAL_MODULE_TAGS."
by Ying Wang
· 12 years ago
37bd1f2
Don't modify LOCAL_MODULE_TAGS.
by Ying Wang
· 12 years ago
d826264
add new gen/ directory for generated sources
by Colin Cross
· 12 years ago
d0378b3
warn on LOCAL_MODULE_PATH in multiarch shared libraries
by Colin Cross
· 12 years ago
639c336
Support LOCAL_MODULE_RELATIVE_PATH
by Colin Cross
· 12 years ago
f3ec9ed
collect_gpl_sources.mk: Declare rule to assemble GPL sources FORCE
by Andrew Boie
· 12 years ago
dbdafdb
Support arch-specific LOCAL_C_INCLUDES.
by Ying Wang
· 12 years ago
d957446
Add 2nd arch directories for apps
by Colin Cross
· 12 years ago
0b70c43
Set up rules to build prebuilts for TARGET_2ND_ARCH
by Colin Cross
· 12 years ago
2343cfb
Set up rules to build packages for TARGET_2ND_ARCH
by Colin Cross
· 12 years ago
b34911c
build: print module that has unhandled install path
by Colin Cross
· 12 years ago
6e087a3
build: use correct arm vs thumb arguments for 2nd arch builds
by Colin Cross
· 12 years ago
c3256c7
build: use arm kernel headers for arm 2nd arch builds
by Colin Cross
· 12 years ago
b8e0185
Support arch-specific LOCAL_ variables
by Ying Wang
· 12 years ago
5c7fed2
Make sure to install the .odex when running "make <module_name>"
by Ying Wang
· 12 years ago
dd814bf
Support to build executables for TARGET_2ND_ARCH
by Ying Wang
· 12 years ago
ec6d626
Replace all references to LOCAL_GENERATED_SOURCES with my_generated_sources
by Ying Wang
· 12 years ago
4d2cc66
Set up rules to build shared libraries for TARGET_2ND_ARCH
by Ying Wang
· 12 years ago
6ef6519
Set up rules to build static libraries for TARGET_2ND_ARCH
by Ying Wang
· 12 years ago
1d274d2
Load compiler environment for a second arch.
by Ying Wang
· 12 years ago
4f0eb7d
build: rename aarch64 target to arm64
by Colin Cross
· 12 years ago
62043de
Merge "Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES.""
by Ying Wang
· 12 years ago
06b3255
Revert "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."
by Ying Wang
· 12 years ago
8d1f91f
Merge "Fix filter rule when checking for apks in PRODUCT_COPY_FILES."
by Ying Wang
· 12 years ago
0cf57dc
Add missing paren in "java -version" check
by Brian Carlstrom
· 12 years ago
ca37190
Fix filter rule when checking for apks in PRODUCT_COPY_FILES.
by Robert Craig
· 12 years ago
13eb1eb
[MIPS] Reenable linker fatal-warnings
by Chris Dearman
· 12 years ago
4587455
Remove aprof support from the build system.
by Ying Wang
· 12 years ago
c634974
Install 64-bit libraries to /system/lib64.
by Ying Wang
· 12 years ago
37c699c
Merge "Remove obsolete CUSTOM_KERNEL_HEADERS."
by Elliott Hughes
· 12 years ago
dddb566
Remove obsolete CUSTOM_KERNEL_HEADERS.
by Elliott Hughes
· 12 years ago
522b0a6
Fix x86_64 build
by Pavel Chupin
· 12 years ago
ad8271a
Merge "Add support for ALTERNATE_JAVAC"
by Brian Carlstrom
· 12 years ago
b6dcef8
Add support for ALTERNATE_JAVAC
by Brian Carlstrom
· 12 years ago
7fff9a1
Define PRIVATE_TARGET_ variables for only target modules.
by Ying Wang
· 12 years ago
aed4998
Merge "Allow clang to build host binaries."
by Ying Wang
· 12 years ago
ad6674c
PRODUCT_BOOT_JARS as a list of jar names separated by space
by Ying Wang
· 12 years ago
e6f6543
Allow clang to build host binaries.
by Logan Chien
· 12 years ago
9db168c
Remove LOCAL_SRC_FILES as precondition of enabling dexpreopt
by Ying Wang
· 12 years ago
26990f5
Remove a non-existent directory from the include path.
by Elliott Hughes
· 12 years ago
3d3dd4a
Merge "Fix aarch64 and x86-64 AndroidConfig.h."
by Elliott Hughes
· 12 years ago
98593a6
Fix aarch64 and x86-64 AndroidConfig.h.
by Elliott Hughes
· 12 years ago
f358496
Simplify the calculation of LOCAL_UNSTRIPPED_PATH
by Ying Wang
· 12 years ago
17a7e2b
Create the dest dir before copying over files.
by Ying Wang
· 12 years ago
71e8a22
Merge "Add DEXPREOPT support for ART"
by Ying Wang
· 12 years ago
d12ee62
Merge "Re-enable uapi kernel headers for arm."
by Christopher Ferris
· 12 years ago
ced4bff
Add DEXPREOPT support for ART
by Brian Carlstrom
· 12 years ago
c294779
Make aarch64 more like arm wrt strict-aliasing.
by Elliott Hughes
· 12 years ago
9824ce4
Re-enable uapi kernel headers for arm.
by Christopher Ferris
· 12 years ago
e2c73b3
Revert "Enable uapi kernel headers for arm."
by Christopher Ferris
· 12 years ago
88c6c53
Enable uapi kernel headers for arm.
by Christopher Ferris
· 12 years ago
b0eafa2
enable PIE for dynamically linked Linux host executables
by Joshua J. Drake
· 12 years ago
5859f10
Merge "Enable NX protections"
by Ying Wang
· 12 years ago
cd7b02d
Add an explicit definition of __ANDROID__=1
by Ben Cheng
· 12 years ago
afb4563
Enable NX protections
by Joshua J. Drake
· 12 years ago
8a373fd
Merge "Added TARGET_IS_64_BIT flag for x86_64 and aarch64"
by Ying Wang
· 12 years ago
a1779eb
Added TARGET_IS_64_BIT flag for x86_64 and aarch64
by Alexey Volkov
· 12 years ago
34e3e17
Add "-encoding UTF-8" option to javadoc.
by Ying Wang
· 12 years ago
99bb036
am 948206c0: Merge "Fix tools path on Mac OS for java 7."
by Narayan Kamath
· 12 years ago
a8dcc8c
am fe57f665: Merge "A few more Java7 related clean ups."
by Narayan Kamath
· 12 years ago
722581a
Merge commit 'd54f8c2d1b4d88db84465fee93aa29103ca32078' into HEAD
by The Android Open Source Project
· 12 years ago
ab2e2e7
Fix tools path on Mac OS for java 7.
by Narayan Kamath
· 12 years ago
e2d2788
A few more Java7 related clean ups.
by Narayan Kamath
· 12 years ago
7c8c7bd
Add utility function find-files-in-subdirs
by Ying Wang
· 12 years ago
Next »