Ying Wang
5077d6b4f8
am 0a2c133d
: am 5b768a72
: am f14653ce
: Merge "x86_common.mk has been replaced by HOST_x86_common.mk"
...
* commit '0a2c133dc85e611b209244a6024a8390f338a63d':
x86_common.mk has been replaced by HOST_x86_common.mk
2014-05-16 02:00:28 +00:00
Ying Wang
0a2c133dc8
am 5b768a72
: am f14653ce
: Merge "x86_common.mk has been replaced by HOST_x86_common.mk"
...
* commit '5b768a7253f9d474c48c03321c2fdcbc2b8abc40':
x86_common.mk has been replaced by HOST_x86_common.mk
2014-05-16 01:57:11 +00:00
Ying Wang
5b768a7253
am f14653ce
: Merge "x86_common.mk has been replaced by HOST_x86_common.mk"
...
* commit 'f14653cee4c98094d171c194b1af3e14b087ab09':
x86_common.mk has been replaced by HOST_x86_common.mk
2014-05-16 01:54:12 +00:00
Ying Wang
a303c4f546
x86_common.mk has been replaced by HOST_x86_common.mk
...
Change-Id: I19eea82bb35d3f65a2d894c687131a1eafbe2cc9
2014-05-15 18:50:06 -07:00
Christopher Ferris
3125523e6c
am cea8763c
: am 7c67257b
: am f8cfbc0a
: Merge "Print all 2ND variables."
...
* commit 'cea8763c2655b7617a7b4d11b7f23542929c7837':
Print all 2ND variables.
2014-05-16 01:24:22 +00:00
Christopher Ferris
cea8763c26
am 7c67257b
: am f8cfbc0a
: Merge "Print all 2ND variables."
...
* commit '7c67257b8ee9dbb41213d7f75b36cc89f8ffcef0':
Print all 2ND variables.
2014-05-16 01:19:29 +00:00
Christopher Ferris
7c67257b8e
am f8cfbc0a
: Merge "Print all 2ND variables."
...
* commit 'f8cfbc0a10b75e6ec22b6e80b90df2a4386887b2':
Print all 2ND variables.
2014-05-16 01:17:13 +00:00
Christopher Ferris
f8cfbc0a10
Merge "Print all 2ND variables."
2014-05-16 01:14:43 +00:00
Ying Wang
00b83411a2
Add both app_process[32|64] to PDK_SYMBOL_FILES_LIST
...
We may not be building all of them.
The platform.zip just silently ignores the nonexistent ones.
Also grep out the existing one when eastablishing the dependency in
fusion build.
Actually PDK_SYMBOL_FILES_LIST is used in 2 cases:
1) to build the symbol files into the platform.zip.
2) to establish the dependency on the symbol files
when doing fusion build.
The previous fix only considered case 2).
Bug: 14997273
Change-Id: I028a5b6c3a3b001efac33d3f56bd2a84f532e5b3
2014-05-15 16:18:09 -07:00
Ying Wang
2b8d00d699
Merge "Fix the PDK fusion build error of missing symbol file for system/bin/app_process"
2014-05-15 18:02:35 +00:00
Ying Wang
788c7789b9
Fix the PDK fusion build error of missing symbol file for system/bin/app_process
...
system/bin/app_process may be a symlink to system/bin/app_process32 or
system/bin/app_process64.
Change-Id: I008bd0a5a801e79144fe2debe27a3a4b4deb1195
2014-05-15 10:54:32 -07:00
Narayan Kamath
47e9fb6d8b
am 1027ea9f
: am 59f04e88
: am 944a3810
: Merge "Fix executable symlinks."
...
* commit '1027ea9f6c32f1827ca9de1070bdc241e24d17c0':
Fix executable symlinks.
2014-05-15 10:34:39 +00:00
Narayan Kamath
1027ea9f6c
am 59f04e88
: am 944a3810
: Merge "Fix executable symlinks."
...
* commit '59f04e889e30e274d7efd4224b60d521d7361d8b':
Fix executable symlinks.
2014-05-15 09:45:30 +00:00
Narayan Kamath
59f04e889e
am 944a3810
: Merge "Fix executable symlinks."
...
* commit '944a38104a553d84c44fa87b2378ebee66a12349':
Fix executable symlinks.
2014-05-15 09:41:37 +00:00
Narayan Kamath
944a38104a
Merge "Fix executable symlinks."
2014-05-15 09:36:26 +00:00
Christopher Ferris
4fe22ae9e8
Print all 2ND variables.
...
Change-Id: I11180a3ec3481d293100c59c331f05db9e6a689b
2014-05-14 19:16:25 -07:00
Ying Wang
8200231ae1
am e50f2d9f
: am 40b49d30
: am a74ade94
: Merge "Support host multilib build"
...
* commit 'e50f2d9f32a27d8290692dbf99ab8b247ef9d553':
Support host multilib build
2014-05-15 01:09:49 +00:00
Ying Wang
e50f2d9f32
am 40b49d30
: am a74ade94
: Merge "Support host multilib build"
...
* commit '40b49d3043bd41ca5548b99b537038187fdca258':
Support host multilib build
2014-05-15 00:44:53 +00:00
Ying Wang
40b49d3043
am a74ade94
: Merge "Support host multilib build"
...
* commit 'a74ade945776e80f99f3b05d06a131cfd353c3f6':
Support host multilib build
2014-05-15 00:41:37 +00:00
Ying Wang
6feb6d5607
Support host multilib build
...
This change basically ported our target multilib to the host side.
It supports 2 host build modes: x86 and x86_64 multilib build.
For now you need to set "BUILD_HOST_64bit=true" to switch to x86_64
multilib build. Later we'll default to x86_64 build and have a flag
to force 32-bit only build, which may be needed by SDK build.
In host module definition, like in target ones, you can use the
following
LOCAL variables to set up multilib configuration:
LOCAL_MULTILIB: can be "both", "first", "32" or "64".
It also supports the same set of arch or 32-vs-64 specific LOCAL
variables.
By default, it builds only for the first arch.
To keep path compatibility, in x86_64 build files are still output to
out/host/linux-x86; Both 32-bit and 64-bit executables are in
out/host/linux-86/bin;
In x86_64 build 32-bit shared libraries are installed to
out/host/linux-x86/lib32
and 64-bit shared libraries are installed to out/host/linux-x86/lib;
32-bit object files are output to out/host/linux-x86/obj32 and 64-bit
object files
are output to out/host/linux-x86/obj.
Bug: 13751317
Change-Id: I6044f83b7db369a33e05209e8c588eb6dc83409f
2014-05-14 16:55:04 -07:00
Narayan Kamath
4fb8122bcb
Fix executable symlinks.
...
32 bit targets will leave TARGET_PREFER_{32,64}_BIT_APPS unset
so adjust accordingly. Also clean up an explanatory comment.
Change-Id: I1f6faa640e4e862631fff49f7c565766ef2c567f
2014-05-14 18:26:48 +01:00
Doug Zongker
9843fd8489
add missing verity tools to otatools target
...
Change-Id: I856e43ac9757cf082548646e50db8bbc8da71d0a
2014-05-13 14:18:47 -07:00
Ying Wang
03ff5c3a58
am 37aacb8a
: am 72344a73
: am 8012d8f3
: Merge "Treat denver like cortex-a15."
...
* commit '37aacb8a31970197fb62aab3e5978e3bb4b0709b':
Treat denver like cortex-a15.
2014-05-13 16:43:46 +00:00
Ying Wang
37aacb8a31
am 72344a73
: am 8012d8f3
: Merge "Treat denver like cortex-a15."
...
* commit '72344a7329ab984de716b630cb88039d9ed820a0':
Treat denver like cortex-a15.
2014-05-13 16:38:47 +00:00
Ying Wang
72344a7329
am 8012d8f3
: Merge "Treat denver like cortex-a15."
...
* commit '8012d8f353304ef4487545648455d34d6ffc2741':
Treat denver like cortex-a15.
2014-05-13 16:34:00 +00:00
Ying Wang
fb910ddb1d
Treat denver like cortex-a15.
...
See also build/core/combo/arch/arm/armv7-a-neon.mk.
Change-Id: Ie18e1f133f56a9f7da80e304052c92edad933a31
2014-05-13 09:02:56 -07:00
Andrew Hsieh
65c5313605
am f6566fd1
: am e7b99aec
: am fb1f38ec
: Merge "Define __USE_MINGW_ANSI_STDIO for windows build"
...
* commit 'f6566fd1f96275f6daec46ced8ceba25c87aedaa':
Define __USE_MINGW_ANSI_STDIO for windows build
2014-05-13 01:02:56 +00:00
Andrew Hsieh
f6566fd1f9
am e7b99aec
: am fb1f38ec
: Merge "Define __USE_MINGW_ANSI_STDIO for windows build"
...
* commit 'e7b99aec678426bdd19548c9f62cd3694c51702c':
Define __USE_MINGW_ANSI_STDIO for windows build
2014-05-13 00:59:28 +00:00
Andrew Hsieh
e7b99aec67
am fb1f38ec
: Merge "Define __USE_MINGW_ANSI_STDIO for windows build"
...
* commit 'fb1f38ecbacfb5dc2cc4f3f83eb814ac2aa090ca':
Define __USE_MINGW_ANSI_STDIO for windows build
2014-05-13 00:57:08 +00:00
Andrew Hsieh
fb1f38ecba
Merge "Define __USE_MINGW_ANSI_STDIO for windows build"
2014-05-13 00:53:45 +00:00
Santos Cordon
cb17dc43e5
am 6440470b
: Adding telecomm to build src path for framework.
...
* commit '6440470b5ed748cf1c30ecbda7877d08b7a778f4':
Adding telecomm to build src path for framework.
2014-05-12 23:25:27 +00:00
Ian Rogers
74faf2f558
am 8c6360e6
: am 50912342
: am f544a5f4
: Merge "Place ISA in ART boot image name."
...
* commit '8c6360e62cf7cd2e64098373f13094d4bfb33cd5':
Place ISA in ART boot image name.
2014-05-12 23:09:00 +00:00
Ian Rogers
8c6360e62c
am 50912342
: am f544a5f4
: Merge "Place ISA in ART boot image name."
...
* commit '50912342f10e769f17b9ea0e2174633af6f95cd3':
Place ISA in ART boot image name.
2014-05-12 23:04:31 +00:00
Ian Rogers
50912342f1
am f544a5f4
: Merge "Place ISA in ART boot image name."
...
* commit 'f544a5f4d57750b569333a59d57f568121f6f4a3':
Place ISA in ART boot image name.
2014-05-12 23:00:45 +00:00
Doug Zongker
8eaeea95d5
improve density selection of recovery assets
...
Some recovery UI assets are available in different sizes; we need to
pick the right ones for the device's density. Use
PRODUCT_AAPT_PREF_CONFIG if it is available (it is empty for older
devices), and fall back to the highest density in PRODUCT_AAPT_CONFIG
if the PREF_ version is not available.
Change-Id: Ia1eb7d5409cda17b0fc5c0bcfc33dfa6a50893e8
2014-05-12 15:38:57 -07:00
Ian Rogers
334497b8b6
Place ISA in ART boot image name.
...
Depends upon:
https://android-review.googlesource.com/#/c/94096/2
Change-Id: I79bec60a17ea7cf9214e56f8035d4a1b80b0eeb6
2014-05-12 15:17:25 -07:00
Adam Lesinski
9bbbac7560
Merge "Change aapt flag to use new name"
2014-05-12 18:12:40 +00:00
Ying Wang
b80e229d76
am 66f2af4e
: am 6c432940
: am dcdc985c
: Merge "executable_prefer_symlink: add makefile for creating symlink to prefer version"
...
* commit '66f2af4e555a3627285fb969ec0a8dc28d326830':
executable_prefer_symlink: add makefile for creating symlink to prefer version
2014-05-12 17:02:28 +00:00
Geremy Condra
c10320eef3
Merge "Add verity support to make dist
."
2014-05-12 17:00:58 +00:00
Ying Wang
66f2af4e55
am 6c432940
: am dcdc985c
: Merge "executable_prefer_symlink: add makefile for creating symlink to prefer version"
...
* commit '6c432940599d5f5d3d11a26f12342845433f0a98':
executable_prefer_symlink: add makefile for creating symlink to prefer version
2014-05-12 16:57:42 +00:00
Ying Wang
6c43294059
am dcdc985c
: Merge "executable_prefer_symlink: add makefile for creating symlink to prefer version"
...
* commit 'dcdc985c47338c29e66a22941904abd4171607c9':
executable_prefer_symlink: add makefile for creating symlink to prefer version
2014-05-12 16:53:01 +00:00
Ying Wang
dcdc985c47
Merge "executable_prefer_symlink: add makefile for creating symlink to prefer version"
2014-05-12 16:49:16 +00:00
David 'Digit' Turner
edc702c7d6
am 873782cc
: am 9e3259f5
: am fb67f05d
: Merge changes I53b2ada9,I30794ea5
...
* commit '873782ccd44349c766f5d74e65b3b323618dd6ed':
Disable emulator from platform builds.
envsetup.sh: Use prebuilt emulator binaries if available.
2014-05-11 09:28:16 +00:00
David 'Digit' Turner
873782ccd4
am 9e3259f5
: am fb67f05d
: Merge changes I53b2ada9,I30794ea5
...
* commit '9e3259f50d6aa2ca4430430d71d2fffd58662650':
Disable emulator from platform builds.
envsetup.sh: Use prebuilt emulator binaries if available.
2014-05-11 09:23:35 +00:00
David 'Digit' Turner
9e3259f50d
am fb67f05d
: Merge changes I53b2ada9,I30794ea5
...
* commit 'fb67f05d3d6deb2400fd09390550a7858a3c3158':
Disable emulator from platform builds.
envsetup.sh: Use prebuilt emulator binaries if available.
2014-05-11 09:19:43 +00:00
David 'Digit' Turner
fb67f05d3d
Merge changes I53b2ada9,I30794ea5
...
* changes:
Disable emulator from platform builds.
envsetup.sh: Use prebuilt emulator binaries if available.
2014-05-11 09:16:16 +00:00
Geremy Condra
5b5f4958d8
Add verity support to make dist
.
...
Without this, system images will be built that do not contain the
necessary bits for verification.
Change-Id: I87c15282b26377d7a2a1540e3d0e30b0299622e3
2014-05-10 18:31:07 -07:00
Adam Lesinski
2d1718aaea
Change aapt flag to use new name
...
Change-Id: I59ee77ede4716fdbf8403504da65fcadc9946423
2014-05-09 10:57:48 -07:00
Andrew Hsieh
9604c0680f
am a01cb054
: am c581e10a
: am eca0043b
: Merge "Disable canonical prefixes of system headers"
...
* commit 'a01cb05450c6435c9cdca58534ed00eafb07f6eb':
Disable canonical prefixes of system headers
2014-05-09 17:06:54 +00:00
Andrew Hsieh
a01cb05450
am c581e10a
: am eca0043b
: Merge "Disable canonical prefixes of system headers"
...
* commit 'c581e10a2b6f54e6f6b24dbd3e5fb10cdf3c77eb':
Disable canonical prefixes of system headers
2014-05-09 17:02:10 +00:00