- 06 Feb, 2014 3 commits
-
-
Chris Dearman authored
Change-Id: Ice1621101c0d5a3314db288542ca8020e3f406bf Signed-off-by:
Duane Sand <duane.sand@imgtec.com>
-
Christopher Ferris authored
-
Christopher Ferris authored
Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a
-
- 05 Feb, 2014 6 commits
-
-
Colin Cross authored
* changes: add support for more LOCAL_*_arch variables don't rename 32-bit executables to *_32 remove 2nd arch from ARCH_ARM_* defines
-
Colin Cross authored
-
Colin Cross authored
Add support for: LOCAL_SHARED_LIBRARIES_arch LOCAL_STATIC_LIBRARIES_arch LOCAL_WHOLE_STATIC_LIBRARIES_arch LOCAL_GENERATED_SOURCES_arch LOCAL_REQUIRED_MODULES_arch Change-Id: Iad91702e140d8dba7dcaee13f236c77b1e626a34
-
Colin Cross authored
2ND_TARGET_DEPENDENCIES_ON_SHARED_LIBRARIES was not set, which was causing the later += to act like = instead of :=, and the dependencies would disappear as soon as LOCAL_MODULE was cleared. Change-Id: Idea291524fc06377deafec62f37d20eaa7f93bca
-
Colin Cross authored
Renaming 32-bit executables to *_32 breaks PRODUCT_PACKAGES dependencies. Change-Id: I53d89991633ef4af03c4e618c463769937a70e38
-
Colin Cross authored
Users of ARCH_ARM_* defines don't care about first vs. second arch, set ARCH_ARM_* regardless of which arch is arm. Change-Id: I2ae83ec5c3f839ff91a0e352c95d76ec2cbd5dc5
-
- 03 Feb, 2014 1 commit
-
-
Tim Murray authored
-
- 01 Feb, 2014 2 commits
- 31 Jan, 2014 1 commit
-
-
Tim Murray authored
Change-Id: I3213a314e7700162e781526c0450678495442759
-
- 30 Jan, 2014 18 commits
-
-
Ben Cheng authored
-
Brian Carlstrom authored
Merge "CleanSpec for 49f1fab8: Rename persist.sys.dalvik.vm.lib to allow new default"
-
Brian Carlstrom authored
CleanSpec for 49f1fab8: Rename persist.sys.dalvik.vm.lib to allow new default Change-Id: I3ed55460864c17a199053a058b2482c6c4579622
-
Serban Constantinescu authored
This patch adds gdbclient combo for arm64, mips64, and x86_64. Change-Id: I659b662276c93e5cce92aadc203a4bc111f5c2af Signed-off-by:
Serban Constantinescu <serban.constantinescu@arm.com>
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Bug: 12798969 Change-Id: Ie73a3f2b6655d0ae3e3a905a1c64747343c525a0
-
Brian Carlstrom authored
-
Ian Rogers authored
-
Brian Carlstrom authored
Change-Id: Id632beeb2f96dd4502ac4a6c03bab5e4252137ff
-
Ian Rogers authored
Change-Id: I8cea32fe5541c3223e7f317245aab3061e8ad444
-
Narayan Kamath authored
-
Ian Rogers authored
Change-Id: I89b54a63c3f111b8242fe9e813d94a839c484195
-
Colin Cross authored
-
Colin Cross authored
-
Colin Cross authored
Rename for consistency with TARGET_IS_64_BIT. Change-Id: I824dcaed0c1e88b8246bcffb21ab3f1772175926
-
Colin Cross authored
Support the following new variables based on whether the current multilib target is 32 bit or 64 bit: LOCAL_CFLAGS_32 LOCAL_CFLAGS_64 LOCAL_LDFLAGS_32 LOCAL_LDFLAGS_64 LOCAL_ASFLAGS_32 LOCAL_ASFLAGS_64 LOCAL_C_INCLUDES_32 LOCAL_C_INCLUDES_64 Change-Id: Ia868d56dff114be301bf8297eec768675f186927
-
Ian Rogers authored
-
Ian Rogers authored
Bug: 12708004 Change-Id: I2c75647bac304b82e150c540b9e6c5568997596d
-
- 29 Jan, 2014 5 commits
-
-
Brian Carlstrom authored
Merge "Bump generic_mips BOARD_SYSTEMIMAGE_PARTITION_SIZE for PRODUCT_RUNTIME := libart_runtime_default"
-
Brian Carlstrom authored
(cherry picked from commit c8501bff) Change-Id: I12ce7c4e383e74e54d77b54a0406d2499699edbf
-
Elliott Hughes authored
-
Elliott Hughes authored
Host gtests that don't use pthreads themselves need to be linked against libpthread because gtest itself uses pthreads to ensure thread-safety. (It can't know in advance whether the code under test is going to spin up threads, so it has to be pessimistic.) Change-Id: I14fb1098c163d7fe6ae9a9a0314acead4ec9383d
-
Brian Carlstrom authored
-
- 28 Jan, 2014 4 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
arm and arm64 have distinct headers, but mips and mip64, and x86 and x86_64 use headers that work for both widths. So where arm/arm64 need to handle the second architecture case specially, all we need to do for the others is hard-code the name. (x86_64.mk already hard-codes x86; we need to change x86.mk for the case where we're building the 32-bit binaries for a mixed system. mips64.mk doesn't exist yet, but when it does, it'll hard-code just plain "mips" too.) Change-Id: Ia6b9f77b4eb2c78729b454045875c409e0ea8197
-
Brian Carlstrom authored
-
Brian Carlstrom authored
(cherry-picked from commit cd337c71ee65b17529a67af34d4c0b2824a4f175) Change-Id: I6d8ab3b3cf52f6a6b15f1c8e8d00cdf59042436b
-