Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ieb4eea41f74917c201a07aa8b246816430fcac5c
|
|
Properly sets NEON/VFP on ARM64. Begins to remove cache from libbcc.
Change-Id: I66f50fa20d606c38d5e7af0a6fa8c6e73b2aff32
|
|
Change-Id: I369a82eb6730a33c46b6700408952fe34020ca51
|
|
This is the only remaining use of LOCAL_NO_2ND_ARCH in the
tree. Remove it and replace it with LOCAL_MODULE_TARGET_ARCH.
If LOCAL_MODULE_TARGET_ARCH were not already being used this
would just be:
LOCAL_MODULE_TARGET_ARCH = $(TARGET_$(my_2nd_arch_prefix)ARCH)
Since LOCAL_MODULE_TARGET_ARCH is already being used, use
TARGET_(2ND_)?ARCH to filter LOCAL_MODULE_TARGET_ARCH, and skip
including the build rule if the resulting LOCAL_MODULE_TARGET_ARCH
is empty.
Change-Id: I6d7e4b9f3fab055b37be3c4a3b21446c59cb1183
|
|
Change-Id: Iaad7b2ea8eea6c89c1c1a3d0e145bbb7bf60c6b9
|
|
bug 13280327
Change-Id: I5484d104086d6c86ec7c9dd777c7fbaecdaf7fbb
|
|
Convert makefiles to allow for building two architectures at the
same time.
Change-Id: I13cba3766a658e332a5223ce357878b25ba8ecec
|