Ian Pedowitz
4e0d34c7c7
Increasing arm(64)? emulator partition sizes to 1.5GB
...
Bug: 23093319
Change-Id: I5e493ef4715cee96ae6ab40d6415f5330075fad6
2015-08-11 12:53:39 -07:00
Ian Pedowitz
8fb75ec37d
am 35abe706
: am c7e051e0
: am 112f4c07
: am 0150dae6
: am 073f74d9
: Merge "Increasing x86 emulator system partition size" into mnc-dev
...
* commit '35abe70636009dfec96a20efc9f81c5eb907c7a2':
Increasing x86 emulator system partition size
2015-08-11 19:46:26 +00:00
Ian Pedowitz
35abe70636
am c7e051e0
: am 112f4c07
: am 0150dae6
: am 073f74d9
: Merge "Increasing x86 emulator system partition size" into mnc-dev
...
* commit 'c7e051e0b1a7956bddcf8955ef837f2c1acff4af':
Increasing x86 emulator system partition size
2015-08-11 19:39:45 +00:00
Ian Pedowitz
c08c3507be
am 073f74d9
: Merge "Increasing x86 emulator system partition size" into mnc-dev
...
* commit '073f74d90853b39de32308fa3eeab9aa8998bd69':
Increasing x86 emulator system partition size
2015-08-11 19:18:43 +00:00
Ian Pedowitz
0150dae615
am 073f74d9
: Merge "Increasing x86 emulator system partition size" into mnc-dev
...
* commit '073f74d90853b39de32308fa3eeab9aa8998bd69':
Increasing x86 emulator system partition size
2015-08-11 19:18:13 +00:00
Ian Pedowitz
5394e8bd12
Increasing x86 emulator system partition size
...
Seems sdk_google_phone_x86 is building larger than 750MB
Bug: 23093319
Change-Id: Ib3ddbbb96a9dcea02eb6da7362ac0142bdfae4de
2015-08-11 03:39:34 +00:00
Furquan Shaikh
16853a6c35
am 5620d94c
: am 449b8a06
: am c4904316
: am ffe86de5
: Merge "vboot_signer: Add kernel subkey required for signing kernel keyblock" into mnc-dr-dev
...
* commit '5620d94c5fd5a249f1805ca7acd5fe22930ddef4':
vboot_signer: Add kernel subkey required for signing kernel keyblock
2015-08-10 12:59:13 +00:00
Furquan Shaikh
5620d94c5f
am 449b8a06
: am c4904316
: am ffe86de5
: Merge "vboot_signer: Add kernel subkey required for signing kernel keyblock" into mnc-dr-dev
...
* commit '449b8a0664db86e9a556c323e3f4720303abae95':
vboot_signer: Add kernel subkey required for signing kernel keyblock
2015-08-10 12:53:56 +00:00
Furquan Shaikh
e8c212235f
vboot_signer: Add kernel subkey required for signing kernel keyblock
...
Currently, the keyblock was being generated using
data_key.vbprivk. However, we need to use kernel_subkey.vbprivk for
kernel keyblock generation. This did not create any issues until now
because dev-mode just throws a message saying that keyblock is
invalid. But, normal-mode does not boot if keyblock is
invalid. Add extra parameter for passing in kernel subkey to
vboot_signer script.
TEST="make bootimage-nodeps" generates correctly signed
boot.img. Verified that the image boots fine in normal mode.
Change-Id: I0fc2183b466e34ddf1d98c9532072548504fcec4
Signed-off-by: Furquan Shaikh <furquan@google.com>
2015-08-07 12:01:20 -07:00
Roozbeh Pournader
315890973d
Remove mention of EXTENDED_FONT_FOOTPRINT.
...
This has been a null operation for a while, as devices are on the
extended font footprint by default.
Bug: 21785576
Change-Id: I884752876fa529b9ff29b14d08b0e9e618fa7348
2015-08-06 16:45:30 -07:00
Paul Miller
ae61c885c6
am 450c53ac
: am fa977ff3
: am 09185f5a
: Merge "Replace Browser with Browser2 and BookmarkProvider"
...
* commit '450c53ace6a8c61f0fdf2058307b5e04db617f49':
Replace Browser with Browser2 and BookmarkProvider
2015-08-04 23:43:29 +00:00
Paul Miller
450c53ace6
am fa977ff3
: am 09185f5a
: Merge "Replace Browser with Browser2 and BookmarkProvider"
...
* commit 'fa977ff366f54c6ae244f3ba99e3481f7d29796d':
Replace Browser with Browser2 and BookmarkProvider
2015-08-04 23:35:33 +00:00
Paul Miller
15a45a6ea7
am fa977ff3
: am 09185f5a
: Merge "Replace Browser with Browser2 and BookmarkProvider"
...
* commit 'fa977ff366f54c6ae244f3ba99e3481f7d29796d':
Replace Browser with Browser2 and BookmarkProvider
2015-08-04 23:35:29 +00:00
Stephen Smalley
d3a803e668
build: switch over to file_contexts.bin only
...
Change all uses of the file_contexts file to use the
file_contexts.bin file instead.
Depends on
I75a781100082c23536f70ce3603f7de42408b5ba
I43806d564b83d57f05f5c36c8eba7b1ff4831b04
Id560d093440a2aba99cef28c20133b35feebf950
I15660f4b3e4c5cb8ae0ec1498c74d6fcbb9a0400
Change-Id: Iaf8c4b2e420f610425a07f48db7af32bda3f5b3a
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-08-04 14:59:06 -04:00
Richard Haines
a65637d230
Update embedded.mk to support file_contexts.bin
...
This change supports external/libselinux changes to implement
a PCRE formatted binary file_contexts file.
Change-Id: I75a781100082c23536f70ce3603f7de42408b5ba
Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
2015-08-04 14:53:12 -04:00
Paul Miller
4271a9b3ed
Replace Browser with Browser2 and BookmarkProvider
...
Browser is going away. Browser2 is a tiny, WebView-based browser for
testing purposes. BookmarkProvider will take over the
"com.android.browser;browser" authorities and return empty Cursors for
all queries. See packages/apps/Browser2/README for how to obtain a
regular browser.
BUG:19351071
Change-Id: I8af605ec65a1185923598ba553a98e3fd9b887db
2015-07-30 18:12:21 -07:00
Ying Wang
3c133ddcdf
am 4cdbb26c
: am 86162e64
: am b1c0a86f
: Merge "Bump generic_arm64 system partition size to 1200 MB."
...
* commit '4cdbb26ca2c0174c6846e1a8a9cf624390c616e9':
Bump generic_arm64 system partition size to 1200 MB.
2015-07-27 19:31:22 +00:00
Ying Wang
4cdbb26ca2
am 86162e64
: am b1c0a86f
: Merge "Bump generic_arm64 system partition size to 1200 MB."
...
* commit '86162e6439e8035494b187efbf138d9cabae92fb':
Bump generic_arm64 system partition size to 1200 MB.
2015-07-27 19:19:15 +00:00
Ying Wang
9e7d6d152b
am 86162e64
: am b1c0a86f
: Merge "Bump generic_arm64 system partition size to 1200 MB."
...
* commit '86162e6439e8035494b187efbf138d9cabae92fb':
Bump generic_arm64 system partition size to 1200 MB.
2015-07-27 19:17:51 +00:00
Ying Wang
97ba885a7b
Bump generic_arm64 system partition size to 1200 MB.
...
Change-Id: I31740673829e578d7fc0edd895868bf1f21cfe15
2015-07-27 11:01:50 -07:00
Nick Kralevich
33ca9db5c5
am 17ca1f5d
: am 4a5f5a7b
: am a972891f
: Merge "file_contexts: Label /dev/ttyS2 as console_device"
...
* commit '17ca1f5d26aebd25fa89e86082d2fe423174aeae':
file_contexts: Label /dev/ttyS2 as console_device
2015-07-16 19:35:23 +00:00
Nick Kralevich
17ca1f5d26
am 4a5f5a7b
: am a972891f
: Merge "file_contexts: Label /dev/ttyS2 as console_device"
...
* commit '4a5f5a7b15e27ed159e2398c77de1de7f9fd4da9':
file_contexts: Label /dev/ttyS2 as console_device
2015-07-16 19:19:56 +00:00
Nick Kralevich
385457dc31
am 4a5f5a7b
: am a972891f
: Merge "file_contexts: Label /dev/ttyS2 as console_device"
...
* commit '4a5f5a7b15e27ed159e2398c77de1de7f9fd4da9':
file_contexts: Label /dev/ttyS2 as console_device
2015-07-16 19:19:20 +00:00
Miodrag Dinic
df2620ada4
file_contexts: Label /dev/ttyS2 as console_device
...
This fixes the issue with the emulator "-shell" option.
Init tries to open the console which is passed through
the kernel androidboot.console property, but fails to
open it because "avc" denies it. Init only has permissions
to open console_device in rw mode. This ensures that
/dev/ttyS2 is properly labeled as console_device.
Replaced tabs with spaces.
Change-Id: I9ef94576799bb724fc22f6be54f12de10ed56768
2015-07-16 20:36:07 +02:00
Paul Crowley
e821d139ce
am 460a5abb
: am 70198185
: Merge "Build "secdiscard" for securely discarding data from flash devices." into mnc-dr-dev
...
* commit '460a5abbee35836f152a9be2fe11664e7bfa5432':
Build "secdiscard" for securely discarding data from flash devices.
2015-07-14 00:02:42 +00:00
Paul Crowley
7019818511
Merge "Build "secdiscard" for securely discarding data from flash devices." into mnc-dr-dev
2015-07-13 20:54:43 +00:00
dcashman
0ffa763c41
am 2a50b9b0
: am 2a3a2dc3
: Merge "Allow init to create /mnt/sdcard symlink." into mnc-dev
...
* commit '2a50b9b006b7d0a80ad75635e2709859c72070c6':
Allow init to create /mnt/sdcard symlink.
2015-07-06 16:55:06 +00:00
dcashman
2a50b9b006
am 2a3a2dc3
: Merge "Allow init to create /mnt/sdcard symlink." into mnc-dev
...
* commit '2a3a2dc33c7e5cbd9da95ece2eec0c100e9fbc14':
Allow init to create /mnt/sdcard symlink.
2015-07-06 16:41:43 +00:00
dcashman
e7733e55f6
am 2a3a2dc3
: Merge "Allow init to create /mnt/sdcard symlink." into mnc-dev
...
* commit '2a3a2dc33c7e5cbd9da95ece2eec0c100e9fbc14':
Allow init to create /mnt/sdcard symlink.
2015-07-06 16:06:06 +00:00
dcashman
19eeccdaf2
Allow init to create /mnt/sdcard symlink.
...
Addresses the following denial:
avc: denied { create } for pid=1 comm="init" name="sdcard" scontext=u:r:init:s0 tcontext=u:object_r:tmpfs:s0 tclass=lnk_file permissive=0
Bug: 22084499
Change-Id: Icffef8330d07b00f36fda11374e39e0df7181ca3
2015-07-01 09:14:18 -07:00
Paul Crowley
36e792b894
Build "secdiscard" for securely discarding data from flash devices.
...
Bug: 19706593
Change-Id: I073b7b39f25b054abdf2b983a63d029d690970a9
(cherry picked from commit 54a28654e6
)
2015-06-30 15:40:00 +01:00
Michael Wright
57ec4c9bab
am b20475db
: am 7371a7a5
: Add hid command to base build
...
* commit 'b20475db100bd21e98239c1ce6f7ef2676e6d0e4':
Add hid command to base build
2015-06-24 17:26:33 +00:00
Michael Wright
b20475db10
am 7371a7a5
: Add hid command to base build
...
* commit '7371a7a5b596f96f8bebf157a7dc261c545a2315':
Add hid command to base build
2015-06-24 17:13:52 +00:00
Michael Wright
7371a7a5b5
Add hid command to base build
...
Bug: 21662862
Change-Id: I11ed67b8f0efd1232ddfbb6e0a5f4bdbb065397e
2015-06-24 15:55:47 +01:00
Bo Hu
61749e2dbc
am 232a195a
: am dc175a0f
: am 3d81b7d6
: Merge "Add android.hardware.ethernet.xml for ranchu targets"
...
* commit '232a195a68925fa534a553ca8516a4f41cd9b394':
Add android.hardware.ethernet.xml for ranchu targets
2015-06-23 07:12:37 +00:00
Bo Hu
232a195a68
am dc175a0f
: am 3d81b7d6
: Merge "Add android.hardware.ethernet.xml for ranchu targets"
...
* commit 'dc175a0fa8641552696b25a59f99f58942b7c2d3':
Add android.hardware.ethernet.xml for ranchu targets
2015-06-23 07:00:39 +00:00
Miroslav Tisma
39b59502c7
Add android.hardware.ethernet.xml for ranchu targets
...
This commit adds android.hardware.ethernet.xml file for ethernet
permission to PRODUCT_COPY_FILES which will be copied to
/system/etc/permission folder on the target. Reason for adding
this permission file is for enabling the ethernet and having
functional networking until RIL backend support in ranchu is
implemented.
This requires dhcpcd_eth0 service definition in init.ranchu.rc.
Architectures that use goldfish emulator do not need ethernet
support, because networking is provided by RIL.
Change-Id: I7972f80cf78c0fdecf3fde45bf018230bbcefd38
2015-06-19 11:35:38 +02:00
Paul Crowley
4fbba49cfc
Merge "Build "secdiscard" for securely discarding data from flash devices."
2015-06-17 22:37:16 +00:00
Ying Wang
7af2b076bf
am 138fb205
: am 1010cc81
: am c5672344
: Merge "Really include drawables for all densities."
...
* commit '138fb205d5f89729043caf1b05382fbdd284c1d7':
Really include drawables for all densities.
2015-06-17 21:52:21 +00:00
Ying Wang
138fb205d5
am 1010cc81
: am c5672344
: Merge "Really include drawables for all densities."
...
* commit '1010cc8123893bc154ae1b53b2ab559dc6896240':
Really include drawables for all densities.
2015-06-17 21:39:22 +00:00
Ying Wang
f054bd34b6
Really include drawables for all densities.
...
Previously with "PRODUCT_AAPT_CONFIG := normal" resource with modifier
"small" isn't included.
Bug: 21643610
Change-Id: I53940d716fb9705462b1abb882e04103e211f8af
2015-06-17 21:18:09 +00:00
Tim Kilbourn
5b1d9f78b1
Add input.evdev.default to base.mk
...
The new inputflinger requires it (as of now), so it doesn't make sense
to have it included only in generic_no_telephony.mk.
Change-Id: I8e34c8d75839e1bfe31bf29fe22a2fc6111b44c1
2015-06-10 16:27:47 -07:00
Ying Wang
8c7dd85758
am bc0f1f56
: am ac3f88d8
: am 080f57ae
: Merge "Remove the unnecessary full_x86_64 and full_mips64."
...
* commit 'bc0f1f565143a676dfdb5e2234c94e7da3116a0f':
Remove the unnecessary full_x86_64 and full_mips64.
2015-06-08 20:21:12 +00:00
Ying Wang
bc0f1f5651
am ac3f88d8
: am 080f57ae
: Merge "Remove the unnecessary full_x86_64 and full_mips64."
...
* commit 'ac3f88d8a2812cd2134f9b67ec4a928d886a4eb6':
Remove the unnecessary full_x86_64 and full_mips64.
2015-06-08 20:08:09 +00:00
Ying Wang
080f57aed7
Merge "Remove the unnecessary full_x86_64 and full_mips64."
2015-06-08 19:01:47 +00:00
Ying Wang
0a76df5ce7
Remove the unnecessary full_x86_64 and full_mips64.
...
For historical reason, the aosp_* products were named full_*.
We keep the full, full_x86 and full_mips in case some tools still
reference these legacy names; But no reason the have the full_* product
names for the new 64-bit archs.
Change-Id: I240ed0c6ded0ded2d80603bd0c5ff24750999afc
2015-06-08 11:57:26 -07:00
Paul Crowley
54a28654e6
Build "secdiscard" for securely discarding data from flash devices.
...
Bug: 19706593
Change-Id: I073b7b39f25b054abdf2b983a63d029d690970a9
2015-06-04 09:59:33 +01:00
Yorke Lee
bc4e48ff39
am 24deb5d0
: am 05f9da8e
: Merge "Add \'adb shell telecom\' command to packages list" into mnc-dev
...
* commit '24deb5d08f7e258af3e48afc3068be9786462a3d':
Add 'adb shell telecom' command to packages list
2015-06-03 22:27:03 +00:00
Yorke Lee
24deb5d08f
am 05f9da8e
: Merge "Add \'adb shell telecom\' command to packages list" into mnc-dev
...
* commit '05f9da8e6f778c44031b957ccd2f91bde83baa6e':
Add 'adb shell telecom' command to packages list
2015-06-03 21:59:47 +00:00
Yorke Lee
05f9da8e6f
Merge "Add 'adb shell telecom' command to packages list" into mnc-dev
2015-06-03 21:39:39 +00:00
Yorke Lee
a1e1d9cea5
Add 'adb shell telecom' command to packages list
...
Change-Id: I193b54dd9f4511eb7959c5dbbf38f90267b8fcc9
2015-06-03 13:57:33 -07:00
Mark Salyzyn
01c89fe16a
am 31f116de
: am 70749857
: am 9ec84792
: Merge "goldfish: rename goldfish_logcat.te to logd.te"
...
* commit '31f116de07d0a6023558a4c4aa8e44b3f73fc4f8':
goldfish: rename goldfish_logcat.te to logd.te
2015-06-03 19:23:23 +00:00
Mark Salyzyn
a695ef81c5
am 86997b88
: am defa1737
: am b37ac46b
: Merge "goldfish: logcat -Q in logd domain"
...
* commit '86997b880910bef39756371f5d6f78e32c7dc99a':
goldfish: logcat -Q in logd domain
2015-06-03 19:22:26 +00:00
Mark Salyzyn
31f116de07
am 70749857
: am 9ec84792
: Merge "goldfish: rename goldfish_logcat.te to logd.te"
...
* commit '70749857595a100bf9e8f009767030812101d365':
goldfish: rename goldfish_logcat.te to logd.te
2015-06-03 18:36:22 +00:00
Mark Salyzyn
9f8e1e1c7d
goldfish: rename goldfish_logcat.te to logd.te
...
(cherrypicked from commit fd8c30177c
)
Bug: 19608716
Change-Id: I5c76648a4bcbbb15a033465e8af66b12af6e0a18
2015-06-03 10:48:35 -07:00
Mark Salyzyn
94871b94ef
goldfish: logcat -Q in logd domain
...
Deal with a build failure in conflict with cl/152105
(cherrypicked from commit 1cc7735ffa
)
Bug: 19608716
Change-Id: I1078046db3b159c1baf0a22435c3e777424453a1
2015-06-03 10:47:34 -07:00
Mark Salyzyn
86997b8809
am defa1737
: am b37ac46b
: Merge "goldfish: logcat -Q in logd domain"
...
* commit 'defa1737973575e3be2dce415c68c6b13fb4fbd0':
goldfish: logcat -Q in logd domain
2015-06-03 17:43:28 +00:00
Mark Salyzyn
fd8c30177c
goldfish: rename goldfish_logcat.te to logd.te
...
Bug: 19608716
Change-Id: I5c76648a4bcbbb15a033465e8af66b12af6e0a18
2015-06-03 09:00:14 -07:00
Mark Salyzyn
1cc7735ffa
goldfish: logcat -Q in logd domain
...
Deal with a build failure in conflict with cl/152105
Bug: 19608716
Change-Id: I1078046db3b159c1baf0a22435c3e777424453a1
2015-06-03 07:52:21 -07:00
Jeff Sharkey
e95d555c12
am c79068be
: am c2fb6e10
: Merge "Both ext4 and f2fs binaries for adoptable storage." into mnc-dev
...
* commit 'c79068be5c90aefedcb2e171e8700eace4e8f05c':
Both ext4 and f2fs binaries for adoptable storage.
2015-05-29 05:15:59 +00:00
Jeff Sharkey
c79068be5c
am c2fb6e10
: Merge "Both ext4 and f2fs binaries for adoptable storage." into mnc-dev
...
* commit 'c2fb6e107d81e50a58fe25073f490b9dd48b31e2':
Both ext4 and f2fs binaries for adoptable storage.
2015-05-28 22:34:32 +00:00
Jeff Sharkey
c2fb6e107d
Merge "Both ext4 and f2fs binaries for adoptable storage." into mnc-dev
2015-05-28 19:54:17 +00:00
bohu
9db8d53432
am bb1ead79
: am 1d8b2702
: Include fingerprintd on emulator images
...
* commit 'bb1ead7920ad5bb98d6989a763d242826663e241':
Include fingerprintd on emulator images
2015-05-28 02:38:04 +00:00
bohu
bb1ead7920
am 1d8b2702
: Include fingerprintd on emulator images
...
* commit '1d8b2702675555ca1b2f074379b5a56b369e71aa':
Include fingerprintd on emulator images
2015-05-28 02:04:40 +00:00
bohu
1d8b270267
Include fingerprintd on emulator images
...
Change-Id: I453d7d3fa3844bdb26c8279982b8b5b246032926
2015-05-27 17:53:11 -07:00
Jeff Sharkey
e819398870
Both ext4 and f2fs binaries for adoptable storage.
...
New adoptable storage feature can format media as either ext4 or
f2fs, so bring in both sets of binaries for typical products.
Bug: 20275581
Change-Id: I85380cbc8c06c958b66db879f63447ddac124cbf
2015-05-27 14:44:30 -07:00
bohu
821453f373
am 4abbca83
: am a2eccba1
: Bump x86_64 system image size to fix build
...
* commit '4abbca83a9f583ae8330665ab6ae403b3d75b418':
Bump x86_64 system image size to fix build
2015-05-26 18:23:40 +00:00
bohu
4abbca83a9
am a2eccba1
: Bump x86_64 system image size to fix build
...
* commit 'a2eccba17f2d9f0c6df1885c6a96987f23f0a390':
Bump x86_64 system image size to fix build
2015-05-26 18:11:40 +00:00
bohu
a2eccba17f
Bump x86_64 system image size to fix build
...
Bumped from 1G to 1.25G
Change-Id: I8d04166c43c792030f346cbe6ba9d6889b31359b
2015-05-26 10:40:36 -07:00
bohu
dffeda6f2a
am ba90e314
: am ed6b6350
: Uses SDK specific feature lists for SDK system images
...
* commit 'ba90e314b136c24013a73528c028db35e51cf738':
Uses SDK specific feature lists for SDK system images
2015-05-23 00:02:57 +00:00
bohu
ba90e314b1
am ed6b6350
: Uses SDK specific feature lists for SDK system images
...
* commit 'ed6b6350ea85246e508ea4b286d5ceaaa2ef29c8':
Uses SDK specific feature lists for SDK system images
2015-05-22 23:11:58 +00:00
bohu
cf7da13202
am 00005546
: am 2913ecc2
: Merge "Replace Launcher2 by Launcher3 for SDK system images" into mnc-dev
...
* commit '000055468ef1c3cb43f04ab0ae2af3ffa1288318':
Replace Launcher2 by Launcher3 for SDK system images
2015-05-22 22:55:42 +00:00
bohu
000055468e
am 2913ecc2
: Merge "Replace Launcher2 by Launcher3 for SDK system images" into mnc-dev
...
* commit '2913ecc2d54544fef5c98e35002d251f473b5209':
Replace Launcher2 by Launcher3 for SDK system images
2015-05-22 22:45:38 +00:00
bohu
ed6b6350ea
Uses SDK specific feature lists for SDK system images
...
The SDK system images does not have some features such as bluetooth;
From now on, it will use its own feature list from
device/generic/goldfish/data/etc/handheld_core_hardware.xml
bug: 21159206
Change-Id: If566d4d190dc307c6d16844dba0d17570f0ceebf
2015-05-22 15:38:13 -07:00
bohu
9b2323edf7
Replace Launcher2 by Launcher3 for SDK system images
...
Launcher2 is deprecated and should use Launcher3, as the latter
can handle higher resolution devices (such as Nexus 6).
Change-Id: I5215d87f8536869486bb0b6317ae382a21099925
2015-05-22 15:05:12 -07:00
Guang Zhu
7ebd604697
am 7b4d4b90
: am 7fda3158
: Merge "Revert "Replace Launcher2 with Launcher3"" into mnc-dev
...
* commit '7b4d4b9040562cd7284b4f9807af0154380a42cc':
Revert "Replace Launcher2 with Launcher3"
2015-05-22 16:50:45 +00:00
Guang Zhu
7b4d4b9040
am 7fda3158
: Merge "Revert "Replace Launcher2 with Launcher3"" into mnc-dev
...
* commit '7fda31584fd6ea78f0417abbfb96a8a15a07756c':
Revert "Replace Launcher2 with Launcher3"
2015-05-22 16:37:09 +00:00
Guang Zhu
7fda31584f
Merge "Revert "Replace Launcher2 with Launcher3"" into mnc-dev
2015-05-22 02:12:40 +00:00
Guang Zhu
ed9edb9c29
Revert "Replace Launcher2 with Launcher3"
...
Bug: 21164174
This reverts commit d79778faf3
.
Change-Id: Ide6b2dc4c511a60bcdf22dd44369e3a9fa08d1af
2015-05-22 02:08:19 +00:00
Andres Morales
5ddb1a5234
am d57d6a23
: am 7451df69
: Merge "remove gatekeeper software module" into mnc-dev
...
* commit 'd57d6a235c1ac991bb7429b60751e4fc84b6b194':
remove gatekeeper software module
2015-05-21 19:10:17 +00:00
bohu
875025e5ce
am 0e9dc94f
: am d79778fa
: Replace Launcher2 with Launcher3
...
* commit '0e9dc94f26b1903b17c571ccaf274ebc5912e6af':
Replace Launcher2 with Launcher3
2015-05-21 19:10:16 +00:00
Andres Morales
d57d6a235c
am 7451df69
: Merge "remove gatekeeper software module" into mnc-dev
...
* commit '7451df690c74731f022c244b229ecdd2f2b45f57':
remove gatekeeper software module
2015-05-21 18:58:22 +00:00
bohu
0e9dc94f26
am d79778fa
: Replace Launcher2 with Launcher3
...
* commit 'd79778faf3180ec0db67e7a12e0871d39867565a':
Replace Launcher2 with Launcher3
2015-05-21 18:48:37 +00:00
Andres Morales
7451df690c
Merge "remove gatekeeper software module" into mnc-dev
2015-05-21 18:27:52 +00:00
bohu
d79778faf3
Replace Launcher2 with Launcher3
...
Launcher2 is deprecated and should use Launcher3, as the latter
can handle higher resolution devices (such as Nexus 6).
Most importantly, Launcher3 is maintained.
Change-Id: I3a80f242af2baaebe90af93794b0ba5e249dbc7d
2015-05-21 08:16:14 -07:00
Yu Ning
0f54ada1cd
Allow goldfish-setup to put the emulator in WiFi-only mode
...
The goldfish-setup service (essentially /system/etc/init.goldfish.sh)
executes the following commands when certain conditions are met:
setprop ro.radio.noril yes
stop ril-daemon
so as to stop the RIL daemon and emulate a WiFi-only device. Both would
fail, though, because goldfish-setup does not have the permissions to
set relevant properties.
This CL modifies the emulator's SELinux policy to grant the necessary
permissions. It is a step towards fixing the ril-daemon-keeps-getting-
killed-and-restarted problem with the new ("ranchu") emulator, which
does not support telephony emulation yet. (The other step is to have
init start goldfish-setup, which will be done in a seperate CL.)
(cherrypicked from commit 33dca8090f
)
Change-Id: Ice7e7898804b7353ac4a8c49d871b1b2571d7a5f
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-05-18 19:46:18 -07:00
William Roberts
c434f71bd8
Update device to use set_prop() macro
...
(cherrypicked from commit cccc901639
)
Change-Id: I630ba0178439c935d08062892990d43a3cc1239e
Signed-off-by: William Roberts <william.c.roberts@linux.intel.com>
2015-05-18 19:20:03 -07:00
Nick Kralevich
e00a5b6358
am e4ed2db2
: am 8da1acf8
: am c3b58d4a
: Merge "Allow goldfish-setup to put the emulator in WiFi-only mode"
...
* commit 'e4ed2db2f5b8df29cc7fbfadcaa3ba786346668d':
Allow goldfish-setup to put the emulator in WiFi-only mode
2015-05-19 01:01:35 +00:00
Nick Kralevich
e4ed2db2f5
am 8da1acf8
: am c3b58d4a
: Merge "Allow goldfish-setup to put the emulator in WiFi-only mode"
...
* commit '8da1acf8b702665ce7891799cdbc86499533cc54':
Allow goldfish-setup to put the emulator in WiFi-only mode
2015-05-19 00:50:05 +00:00
Yu Ning
33dca8090f
Allow goldfish-setup to put the emulator in WiFi-only mode
...
The goldfish-setup service (essentially /system/etc/init.goldfish.sh)
executes the following commands when certain conditions are met:
setprop ro.radio.noril yes
stop ril-daemon
so as to stop the RIL daemon and emulate a WiFi-only device. Both would
fail, though, because goldfish-setup does not have the permissions to
set relevant properties.
This CL modifies the emulator's SELinux policy to grant the necessary
permissions. It is a step towards fixing the ril-daemon-keeps-getting-
killed-and-restarted problem with the new ("ranchu") emulator, which
does not support telephony emulation yet. (The other step is to have
init start goldfish-setup, which will be done in a seperate CL.)
Change-Id: Ice7e7898804b7353ac4a8c49d871b1b2571d7a5f
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-05-19 08:22:41 +08:00
Nick Kralevich
624aa1b8ab
am ae7c8359
: am 7b6e1ba2
: am 94b4f9a5
: Merge "Label /dev/ttyGF* as serial_device"
...
* commit 'ae7c835923856dfd5a1e53021fd9921e238889f3':
Label /dev/ttyGF* as serial_device
2015-05-18 17:28:17 +00:00
Nick Kralevich
ae7c835923
am 7b6e1ba2
: am 94b4f9a5
: Merge "Label /dev/ttyGF* as serial_device"
...
* commit '7b6e1ba2fa4edb757ff9e1c08deee9edf06fc1cc':
Label /dev/ttyGF* as serial_device
2015-05-18 17:12:33 +00:00
Yu Ning
e9ec053e99
Label /dev/ttyGF* as serial_device
...
In goldfish kernel 3.10, the goldfish_tty device instantiates virtual
serial ports as /dev/ttyGF* (e.g. /dev/ttyGF0), not as /dev/ttyS* as in
goldfish kernel 3.4. However, in the emulator's SELinux security policy,
there is no specific security context assigned to /dev/ttyGF*, and the
one inherited from /dev (u:object_r:device:s0) prevents services such as
qemud and goldfish-logcat from reading and writing ttyGF*. Consequently,
qemud terminates abnormally on the classic x86_64 emulator:
init: Service 'qemud' (pid XXX) exited with status 1
Fix this issue by assigning /dev/ttyGF* the same security context as
/dev/ttyS*.
(cherrypicked from commit 4783467922
)
Change-Id: Ia7394dc217bd82f566c4d1b7eda3cc8ce3ac612f
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-05-18 09:55:07 -07:00
Andres Morales
f1d32a1e14
remove gatekeeper software module
...
now implemented directly in gatekeeperd binary
Change-Id: Iaeb8e97427dbcffd1356fa955d61af55e3e330ec
2015-05-18 09:24:44 -07:00
Yu Ning
4783467922
Label /dev/ttyGF* as serial_device
...
In goldfish kernel 3.10, the goldfish_tty device instantiates virtual
serial ports as /dev/ttyGF* (e.g. /dev/ttyGF0), not as /dev/ttyS* as in
goldfish kernel 3.4. However, in the emulator's SELinux security policy,
there is no specific security context assigned to /dev/ttyGF*, and the
one inherited from /dev (u:object_r:device:s0) prevents services such as
qemud and goldfish-logcat from reading and writing ttyGF*. Consequently,
qemud terminates abnormally on the classic x86_64 emulator:
init: Service 'qemud' (pid XXX) exited with status 1
Fix this issue by assigning /dev/ttyGF* the same security context as
/dev/ttyS*.
Change-Id: Ia7394dc217bd82f566c4d1b7eda3cc8ce3ac612f
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-05-18 17:19:08 +08:00
Kevin Cernekee
ed1710eb7b
README: Update docs
...
Add a pointer to the online signing document and delete some redundant
information. Update the "embedding" section and add more background info
on what it is used for. Eliminate references to $BUILD_SECURE which no
longer exists.
Change-Id: I6d971849cc21697de9cf4fd891423f331f083830
Signed-off-by: Kevin Cernekee <cernekee@google.com>
2015-05-15 14:37:33 -07:00
Nick Kralevich
bc8f0993e8
am 05c3f7ce
: am 53df3d67
: am e89b6f5d
: Merge "Update device to use set_prop() macro"
...
* commit '05c3f7cee185dfa17c99b616b2d924611fb37cde':
Update device to use set_prop() macro
2015-05-15 19:57:03 +00:00
Nick Kralevich
05c3f7cee1
am 53df3d67
: am e89b6f5d
: Merge "Update device to use set_prop() macro"
...
* commit '53df3d67b22b70dff841b41603945d1ae4221246':
Update device to use set_prop() macro
2015-05-15 19:46:52 +00:00
Nick Kralevich
e89b6f5df1
Merge "Update device to use set_prop() macro"
2015-05-15 19:26:56 +00:00
Nick Kralevich
67787ddcb3
am b00d6937
: am 45d8cf5a
: am cea991d7
: Merge "Label /dev/goldfish_pipe as qemu_device"
...
* commit 'b00d6937cd076d13aba8ce18aa4324790e33fa15':
Label /dev/goldfish_pipe as qemu_device
2015-05-15 17:05:09 +00:00
Nick Kralevich
b00d6937cd
am 45d8cf5a
: am cea991d7
: Merge "Label /dev/goldfish_pipe as qemu_device"
...
* commit '45d8cf5aafd3108c861dadfa85e1177714fee4ae':
Label /dev/goldfish_pipe as qemu_device
2015-05-15 16:45:04 +00:00
Yu Ning
b23b5cc4a4
Label /dev/goldfish_pipe as qemu_device
...
In goldfish kernel 3.10, qemu_pipe has been renamed to goldfish_pipe.
However, in the emulator's SELinux policy, there is no specific security
context assigned to /dev/goldfish_pipe, and the one inherited from /dev
(u:object_r:device:s0) prevents various processes (qemud, qemu-props,
etc.) from reading and writing goldfish_pipe. Consequently, the classic
x86_64 emulator will not boot if GPU emulation is enabled ("-gpu host"),
and does not render the UI correctly if launched with "-gpu off".
Fix this issue by assigning /dev/goldfish_pipe the same security context
as /dev/qemu_pipe.
This CL also benefits the new ("ranchu") emulator, where all supported
ABIs (arm64, mips64, x86 and x86_64) use 3.10-based kernels. Without
this fix, the new emulator boots and works, but there are avc denials
related to goldfish_pipe.
Last but not least, it is now possible to boot the classic x86 emulator
with a 3.10-based kernel instead of the current 3.4-based one, without
disabling SELinux.
(cherry-pick of commit: a5053e6b35
)
Change-Id: I52e75c94d3ae3758cbbf5bc0e1d84254fdf5c6cb
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-05-15 07:44:28 -07:00
Nick Kralevich
cea991d778
Merge "Label /dev/goldfish_pipe as qemu_device"
2015-05-15 13:00:26 +00:00
Neil Fuller
abf5ef8fdd
Merge "Add tzdatacheck to image"
2015-05-15 09:09:46 +00:00
Yu Ning
a5053e6b35
Label /dev/goldfish_pipe as qemu_device
...
In goldfish kernel 3.10, qemu_pipe has been renamed to goldfish_pipe.
However, in the emulator's SELinux policy, there is no specific security
context assigned to /dev/goldfish_pipe, and the one inherited from /dev
(u:object_r:device:s0) prevents various processes (qemud, qemu-props,
etc.) from reading and writing goldfish_pipe. Consequently, the classic
x86_64 emulator will not boot if GPU emulation is enabled ("-gpu host"),
and does not render the UI correctly if launched with "-gpu off".
Fix this issue by assigning /dev/goldfish_pipe the same security context
as /dev/qemu_pipe.
This CL also benefits the new ("ranchu") emulator, where all supported
ABIs (arm64, mips64, x86 and x86_64) use 3.10-based kernels. Without
this fix, the new emulator boots and works, but there are avc denials
related to goldfish_pipe.
Last but not least, it is now possible to boot the classic x86 emulator
with a 3.10-based kernel instead of the current 3.4-based one, without
disabling SELinux.
Change-Id: Iad979c0ee9d0a410be12b83ac1bef9476b50a6dc
Signed-off-by: Yu Ning <yu.ning@intel.com>
2015-05-15 16:30:57 +08:00
Neil Fuller
affc8164ea
am b0bc4628
: am f9f9c3f3
: Merge "Add tzdatacheck to image" into mnc-dev
...
* commit 'b0bc462877f4c25a1a86a23c4b673bd75890976a':
Add tzdatacheck to image
2015-05-14 21:25:53 +00:00
Neil Fuller
b0bc462877
am f9f9c3f3
: Merge "Add tzdatacheck to image" into mnc-dev
...
* commit 'f9f9c3f31e85a96aeb13af065d8eb8dbf33dd05c':
Add tzdatacheck to image
2015-05-14 19:27:45 +00:00
Neil Fuller
84b983a7ef
Add tzdatacheck to image
...
Bug: 21110439
Bug: 19941636
(cherry picked from commit 7d18a68417
)
Change-Id: I29ab303d2695ba1cadf70c2d2f4440d34a8cede9
2015-05-14 12:02:58 +01:00
Neil Fuller
f9f9c3f31e
Merge "Add tzdatacheck to image" into mnc-dev
2015-05-14 10:15:01 +00:00
Neil Fuller
7d18a68417
Add tzdatacheck to image
...
Bug: 21110439
Bug: 19941636
Change-Id: I743236d9c7b433968865648ffae25451c6012a5f
2015-05-14 10:15:35 +01:00
Geoff Mendal
8bf68d59b7
am 06b07daa
: am 8788add7
: Add locales sq_AL, gu_IN, and pa_IN for mnc-{dev,release} Bug: 21095280
...
* commit '06b07daa70cfd10a8154769c895b05fe22a1e582':
Add locales sq_AL, gu_IN, and pa_IN for mnc-{dev,release} Bug: 21095280
2015-05-13 17:39:28 +00:00
Geoff Mendal
06b07daa70
am 8788add7
: Add locales sq_AL, gu_IN, and pa_IN for mnc-{dev,release} Bug: 21095280
...
* commit '8788add72c093b16d9a2f301c3da71f0b328f3d1':
Add locales sq_AL, gu_IN, and pa_IN for mnc-{dev,release} Bug: 21095280
2015-05-13 17:29:02 +00:00
Geoff Mendal
8788add72c
Add locales sq_AL, gu_IN, and pa_IN for mnc-{dev,release}
...
Bug: 21095280
2015-05-13 09:57:01 -07:00
Jeff Sharkey
f3d8574181
am 7d7dbece
: am 3ce2e60f
: Merge "New "sm" shell tool to call StorageManager." into mnc-dev
...
* commit '7d7dbece3a7cd3c63e7aec610754b7bd9153d9a2':
New "sm" shell tool to call StorageManager.
2015-05-13 05:48:44 +00:00
Jeff Sharkey
7d7dbece3a
am 3ce2e60f
: Merge "New "sm" shell tool to call StorageManager." into mnc-dev
...
* commit '3ce2e60ffc13ba8f8c0ac691db27e4c422e7e2d3':
New "sm" shell tool to call StorageManager.
2015-05-13 05:43:18 +00:00
Jeff Sharkey
3ce2e60ffc
Merge "New "sm" shell tool to call StorageManager." into mnc-dev
2015-05-13 05:27:39 +00:00
William Roberts
cccc901639
Update device to use set_prop() macro
...
Change-Id: I630ba0178439c935d08062892990d43a3cc1239e
Signed-off-by: William Roberts <william.c.roberts@linux.intel.com>
2015-05-12 20:44:37 -07:00
Dan Albert
f807d1fa6f
Merge "Remove stlport from global package list." into mnc-dev
2015-05-12 23:11:32 +00:00
Jeff Sharkey
dea22725d4
New "sm" shell tool to call StorageManager.
...
Bug: 19993667
Change-Id: I9021794eb6f69c7f53151a887a85788d315ab67d
2015-05-12 15:53:29 -07:00
Stephen Smalley
901d792cbf
Define BOARD_SEPOLICY_DIRS for 64-bit emulators.
...
Define BOARD_SEPOLICY_DIRS for the arm64, mips64, and x86_64
emulator targets. As a first cut, simply inherit from the
existing policy directories used for generic and generic_x86.
We may need further board-specific policy added for these targets
but testing will require first enabling SELinux in the relevant
kernel configs.
(cherrypicked from commit 21ebc213bb
)
Change-Id: I7b4459b32298698fc2908cbbdd0e3afadbe5ac24
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-05-11 10:46:51 -07:00
Dan Albert
c6355b9464
Remove stlport from global package list.
...
This is now whitelisted per device.
Bug: http://b/15193147
Change-Id: I7fcd0891242fb552a17753b151cf431a398bbc44
(cherry picked from commit 0a93b56924
)
2015-05-08 09:56:56 -07:00
Robin Lee
54840d8906
am 55125372
: am 455ffaaf
: Revert "Switch from Calculator to ExactCalculator"
...
* commit '551253726f7c3c5e5ec475ce84749b1b9e9453cc':
Revert "Switch from Calculator to ExactCalculator"
2015-05-07 18:30:15 +00:00
Robin Lee
551253726f
am 455ffaaf
: Revert "Switch from Calculator to ExactCalculator"
...
* commit '455ffaafcd5b6d0296bfa6143baccb01c84e2382':
Revert "Switch from Calculator to ExactCalculator"
2015-05-07 17:49:30 +00:00
Andreas Gampe
7fdbd1f757
am d9e855cd
: am 2e286f46
: am afec6236
: Merge "Build: Update Mips64 generic build for ART"
...
* commit 'd9e855cd707fbd3ae7ae8a6bddd5dca102659e98':
Build: Update Mips64 generic build for ART
2015-05-07 17:19:06 +00:00
Dan Albert
3e6d7b145a
am 052b9c4d
: am 6a876676
: am 0e8413e4
: Merge "Remove stlport from global package list."
...
* commit '052b9c4d42c5bb69d889670a66ac4f2747d251dd':
Remove stlport from global package list.
2015-05-07 17:17:54 +00:00
Andreas Gampe
d9e855cd70
am 2e286f46
: am afec6236
: Merge "Build: Update Mips64 generic build for ART"
...
* commit '2e286f467b1d156c7ccc741f2c28d3a37cf78a3f':
Build: Update Mips64 generic build for ART
2015-05-07 16:26:32 +00:00
Andreas Gampe
afec6236bb
Merge "Build: Update Mips64 generic build for ART"
2015-05-07 16:02:16 +00:00
Dan Albert
052b9c4d42
am 6a876676
: am 0e8413e4
: Merge "Remove stlport from global package list."
...
* commit '6a876676f02d51c3fc346e5fc4d7a4b656f39340':
Remove stlport from global package list.
2015-05-07 15:58:30 +00:00
Robin Lee
455ffaafcd
Revert "Switch from Calculator to ExactCalculator"
...
Temporary revert to get TT builds in shape.
This reverts commit 846505dc35
.
Bug: 20745303
Change-Id: Id3455cba38b7aabaffa63c8531a6430f69897c6e
2015-05-07 14:56:00 +00:00
Andreas Gampe
13761c43c4
Build: Update Mips64 generic build for ART
...
For ART testing, we need:
1) A larger userdata partition. A lot of files end up there as it
is multi-arch.
2) Don't strip prebuilts. Technically we only care about core-libart,
but this is the best high-level change that doesn't impact other
files.
Change-Id: Ic36bfcf80ba50a602752ca0a3031dda89a0f3051
2015-05-06 21:00:44 -07:00
Dan Albert
0a93b56924
Remove stlport from global package list.
...
This is now whitelisted per device.
Bug: http://b/15193147
Change-Id: I7fcd0891242fb552a17753b151cf431a398bbc44
2015-05-06 13:21:51 -07:00
Nick Kralevich
9eeefea577
am c665eb95
: am 13d8654f
: am 37ddcad5
: Merge "Define BOARD_SEPOLICY_DIRS for 64-bit emulators."
...
* commit 'c665eb9547c6674eddf3ad7b095faf3601184676':
Define BOARD_SEPOLICY_DIRS for 64-bit emulators.
2015-04-29 19:32:12 +00:00
Nick Kralevich
c665eb9547
am 13d8654f
: am 37ddcad5
: Merge "Define BOARD_SEPOLICY_DIRS for 64-bit emulators."
...
* commit '13d8654ffedfd86733feb4712b26a9e24a4ed90d':
Define BOARD_SEPOLICY_DIRS for 64-bit emulators.
2015-04-29 19:20:41 +00:00
Stephen Smalley
21ebc213bb
Define BOARD_SEPOLICY_DIRS for 64-bit emulators.
...
Define BOARD_SEPOLICY_DIRS for the arm64, mips64, and x86_64
emulator targets. As a first cut, simply inherit from the
existing policy directories used for generic and generic_x86.
We may need further board-specific policy added for these targets
but testing will require first enabling SELinux in the relevant
kernel configs.
Change-Id: I7b4459b32298698fc2908cbbdd0e3afadbe5ac24
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-04-29 09:55:08 -04:00
bohu
22f1bc5db2
Bump sdk arm system image size to 750M
...
To fix broken build of arm system images.
Change-Id: I960dbb2a5a895557499fcf38655cd8907e768ef9
(cherry picked from commit 9f42be14b8
)
2015-04-27 19:59:57 +00:00
bohu
c086745239
Merge "Bump sdk arm system image size to 750M"
2015-04-27 19:48:58 +00:00
bohu
9f42be14b8
Bump sdk arm system image size to 750M
...
To fix broken build of arm system images.
Change-Id: I960dbb2a5a895557499fcf38655cd8907e768ef9
2015-04-27 12:07:05 -07:00
Michael Wright
345ee05e77
Add input HAL to device builds
...
Change-Id: I11d1624947dcc3cdcd0d648de6cc25901c91dac6
2015-04-27 10:19:47 -07:00
Justin Klaassen
f33b404cb6
Merge "Switch from Calculator to ExactCalculator"
2015-04-18 00:24:23 +00:00
Lajos Molnar
3456d3bbf7
am d6ba1cfd
: am 35790525
: am 3a5602eb
: Merge "core_base.mk: switch to new H264 and MPEG2 software codecs"
...
* commit 'd6ba1cfdfb0c1792e2f2f1de5bd2c596a41a47cc':
core_base.mk: switch to new H264 and MPEG2 software codecs
2015-04-17 06:13:31 +00:00
Lajos Molnar
d6ba1cfdfb
am 35790525
: am 3a5602eb
: Merge "core_base.mk: switch to new H264 and MPEG2 software codecs"
...
* commit '35790525cc756c72a44094f55970ec3b3d7e8a28':
core_base.mk: switch to new H264 and MPEG2 software codecs
2015-04-17 05:20:26 +00:00
Lajos Molnar
f623a80480
core_base.mk: switch to new H264 and MPEG2 software codecs
...
Change-Id: I3078a4ef6e73e95edcdd16b087ac61ae56c4b812
2015-04-16 19:02:47 -07:00
Justin Klaassen
846505dc35
Switch from Calculator to ExactCalculator
...
Bug: 20301980
Change-Id: I95373aba826a0b5d58d2845b77e9849b674c5ed3
2015-04-16 17:28:05 -07:00
Jonathan Basseri
3dd39b092b
Adding the new CarrierConfig app to the system image.
...
Bug: b/19483786
Change-Id: I0173246997d6edddf4d9afb508a2427818f71928
2015-04-16 10:25:03 -07:00
Lajos Molnar
7ac7dc7263
am 8cd7e944
: am fb102b1b
: am 7c794b16
: Merge "Revert "core_base.mk: switch to new H264 and MPEG2 software codecs""
...
* commit '8cd7e9442cfbd8247bb99c312f6e98649b3afe42':
Revert "core_base.mk: switch to new H264 and MPEG2 software codecs"
2015-04-16 16:40:35 +00:00
Lajos Molnar
8cd7e9442c
am fb102b1b
: am 7c794b16
: Merge "Revert "core_base.mk: switch to new H264 and MPEG2 software codecs""
...
* commit 'fb102b1b5107fced1fb7cfdb98b051efb3575ec5':
Revert "core_base.mk: switch to new H264 and MPEG2 software codecs"
2015-04-16 16:19:14 +00:00
Lajos Molnar
37e931d9c3
Revert "core_base.mk: switch to new H264 and MPEG2 software codecs"
...
clang builds fail on the dependent libraries
This reverts commit c628500ca5
.
Change-Id: Ibd4cdce82b890bd3cb9d03a1a1bc0e4fc0e22ee8
2015-04-16 15:49:08 +00:00
Lajos Molnar
2578431911
am ec1c2c0f
: am b5f7b187
: am 161c6971
: Merge "core_base.mk: switch to new H264 and MPEG2 software codecs"
...
* commit 'ec1c2c0fea5b82ecf480d32dd3679f8437f720eb':
core_base.mk: switch to new H264 and MPEG2 software codecs
2015-04-16 15:45:56 +00:00
Lajos Molnar
ec1c2c0fea
am b5f7b187
: am 161c6971
: Merge "core_base.mk: switch to new H264 and MPEG2 software codecs"
...
* commit 'b5f7b18749a490a61eac66572ab1a009c608468b':
core_base.mk: switch to new H264 and MPEG2 software codecs
2015-04-16 15:24:42 +00:00
Lajos Molnar
c628500ca5
core_base.mk: switch to new H264 and MPEG2 software codecs
...
Change-Id: I86777e5efc7dbb138e9348a4ec7271ff047d328f
2015-04-15 16:18:53 -07:00
Ying Wang
3b2f1fc7c6
am 414bb9a4
: am 78622230
: am 47ff7f56
: Merge "Add host tool fastboot to every build."
...
* commit '414bb9a4823c44e2f4927f052678e56935d3a9af':
Add host tool fastboot to every build.
2015-04-13 22:51:29 +00:00
Ying Wang
414bb9a482
am 78622230
: am 47ff7f56
: Merge "Add host tool fastboot to every build."
...
* commit '7862223034dee3ef9ac35e3a5346a24c77eacd1b':
Add host tool fastboot to every build.
2015-04-13 22:27:54 +00:00
Ying Wang
9668a7ab1d
Add host tool fastboot to every build.
...
Some tools expect fastboot to be present even in user builds.
Change-Id: I4b6ee458eb2feb0dc7a77ec33a04219c5f4adc0d
2015-04-13 14:49:19 -07:00
Ricardo Garcia
3b216991a7
Adding libsonic to base.mk
...
Adding Sonic library to base
bug: 19196501
Change-Id: Id39a3a2f843aadf2808a10d2017151461db2c9b2
2015-04-10 15:43:30 -07:00
Andres Morales
452196f8a0
Merge "Add gatekeeperd to build"
2015-04-10 14:46:05 +00:00
Andres Morales
c7f7125b00
Merge "Add GateKeeper to core build"
2015-04-10 14:45:27 +00:00
Sami Tolvanen
e18196095b
Merge "Separate boot and recovery image signing from dm-verity"
2015-04-10 09:44:47 +00:00
Narayan Kamath
96c872d5e3
Merge "Track renaming of org.apache.http.legacy.jar"
2015-04-10 08:16:01 +00:00
Mike Lockwood
70e60b63a0
Merge "Add BluetoothMidiService to generic_no_telephony.mk"
2015-04-09 21:05:11 +00:00
Narayan Kamath
bf72f679d6
Track renaming of org.apache.http.legacy.jar
...
Change-Id: I224a4883474f81039df2203eb17272bc994c04c8
2015-04-09 13:12:09 +01:00
Roozbeh Pournader
cf6a4d8004
Merge "Add hyphenation patterns to generic_no_telephony.mk."
2015-04-09 02:12:54 +00:00
Joseph Wen
e1c8bdf8d8
Merge "Add StatementService to the build"
2015-04-08 18:47:07 +00:00
Joseph Wen
3a260d6860
Add StatementService to the build
...
- this is related to IntentFilter auto verification in Framework
Change-Id: I83d1c4bcc7be7992509348098cc320e38efea862
2015-04-08 10:55:27 -04:00
Sami Tolvanen
8b3f08bc7b
Separate boot and recovery image signing from dm-verity
...
Allow dm-verity to be enabled without boot and recovery images being
signed. This makes it possible to enable only dm-verity to detect
corruption without confusing bootloaders that do not understand signed
images.
Bug: 19985143
Change-Id: Ie52c6ff595faa7a5c1f1bc1b37f6899c4d0c7001
2015-04-08 12:30:16 +01:00
Roozbeh Pournader
fe4b3b185d
Add hyphenation patterns to generic_no_telephony.mk.
...
They should be included on all devices.
Bug: 20088132
Change-Id: I83bb2b018090bb9e76ea68ffad69f5e649d82be3
2015-04-07 09:13:21 -07:00
Andres Morales
d2c9d453ef
Add gatekeeperd to build
...
Change-Id: I84fb2b2ffee43f81d7fc2081fec225d6dc94f9c1
2015-04-06 17:23:23 -07:00
Andres Morales
f886fee685
Add GateKeeper to core build
...
This is built from system/gatekeeper/softgatekeeper.
It will represent the core native library for
validating device Pin/Pattern/Password.
Change-Id: I927c17042e59076eb7867b8855c2970b1c289307
2015-04-06 17:22:36 -07:00
Roozbeh Pournader
622b9ee784
Remove Lohit fonts from the build.
...
There are no remaining fonts to be built from Lohit. They are all
replaced by Noto.
Change-Id: I694e48cec194735c176083e4f4b7491a1079f74c
2015-04-06 12:43:04 -07:00
Mike Lockwood
0c651c52d6
Add BluetoothMidiService to generic_no_telephony.mk
...
Change-Id: I4ffa78c19e089074b33ade8c6a9881bf7186301e
2015-04-01 14:16:48 -07:00
Nick Kralevich
ead02d1129
am 9160c60f
: am 4e94ed11
: am 2d47488e
: Merge "Drop BOARD_SEPOLICY_UNION."
...
* commit '9160c60f136bafc9b8c07252e5814950eff33a20':
Drop BOARD_SEPOLICY_UNION.
2015-04-01 19:13:31 +00:00
Nick Kralevich
9160c60f13
am 4e94ed11
: am 2d47488e
: Merge "Drop BOARD_SEPOLICY_UNION."
...
* commit '4e94ed11855e56ed498a2e7e83e312d5b691c5b9':
Drop BOARD_SEPOLICY_UNION.
2015-04-01 18:05:29 +00:00
Stephen Smalley
5699c6cf90
Drop BOARD_SEPOLICY_UNION.
...
As suggested in the comments on
https://android-review.googlesource.com/#/c/141560/
drop BOARD_SEPOLICY_UNION and simplify the build_policy logic.
Union all files found under BOARD_SEPOLICY_DIRS.
Change-Id: I4214893c999c23631f5456cb1b8edd59771ef13b
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-04-01 10:33:24 -04:00
Ying Wang
f7b5967781
am 383cc392
: am 62086971
: am d64b853a
: Merge "Bump generic_mips64 system partition size."
...
* commit '383cc3928599311a0a8dedc067212d4baabcba1c':
Bump generic_mips64 system partition size.
2015-03-31 00:50:59 +00:00
Fabrice Di Meglio
6696172bad
Merge "Add IntentFilterVerifier to the build"
2015-03-31 00:20:12 +00:00
Ying Wang
383cc39285
am 62086971
: am d64b853a
: Merge "Bump generic_mips64 system partition size."
...
* commit '62086971c0616c325fd80ef172de1478ade52fbc':
Bump generic_mips64 system partition size.
2015-03-31 00:19:24 +00:00
Duane Sand
e53cf413e1
Bump generic_mips64 system partition size.
...
Fix broken mips64 build via 20% increase.
Change-Id: Ie30418c6fc7cf8810139abe53537ef8259a49a2f
2015-03-30 17:02:00 -07:00
Nicholas Sauer
e4f3956252
Remove mms-common from tiny and minimal builds to fix the pdk build.
...
mms-common was replaced with telephony-common over several CLs including
ag/496311. the current mms-common project is merely a dummy class used
to satisfy legacy build targets. i confirmed with ywen@ that it is no
longer needed.
Change-Id: I70302abe4d1312847341bbda4976c489af2e32e3
2015-03-27 17:54:08 +00:00
David Riley
17be3d3921
Add support to sign boot images with vboot.
...
Change-Id: I924468fe06f7d38d4fc49c2ae9dfee734fd58867
Signed-off-by: David Riley <davidriley@google.com>
(cherry picked from commit 14fb7236c1942a9f5050b3e608a0f5f4cd1cae1d)
2015-03-26 17:54:40 +00:00
bohu
bb49bc5417
Merge "Add fingerprint HAL to emulator system images"
2015-03-26 17:39:54 +00:00
bohu
a2005ae47d
Add fingerprint HAL to emulator system images
...
This will build fingerprint.goldfish.so and fingerprint.ranchu.so
HALs for emulator system images and put them into the hw/
directory.
Change-Id: I6959d4b8e99ea0476c324c01ff05e44716ad8fa1
2015-03-26 10:16:42 -07:00
Paul Miller
99fbd82028
am 5bd58691
: am 23588104
: am 971e5787
: Merge "Revert "Replace legacy Browser with BookmarkProvider""
...
* commit '5bd5869115fa80cc4a94752e160d3df001d6d3d6':
Revert "Replace legacy Browser with BookmarkProvider"
2015-03-23 22:55:27 +00:00
Ying Wang
19a764a7fd
Merge "Bump generic_arm64 system partition size."
2015-03-21 04:39:21 +00:00
Ying Wang
7a8c35dee9
Bump generic_arm64 system partition size.
...
Change-Id: Ic53fdaa0143ee2c0cce5a2f750da4c52adc6fdb9
2015-03-20 21:38:38 -07:00
Paul Miller
5bd5869115
am 23588104
: am 971e5787
: Merge "Revert "Replace legacy Browser with BookmarkProvider""
...
* commit '23588104d5659ea797666c10a63a9b2c7ba8a09c':
Revert "Replace legacy Browser with BookmarkProvider"
2015-03-20 21:24:37 +00:00
Paul Miller
971e5787c0
Merge "Revert "Replace legacy Browser with BookmarkProvider""
2015-03-20 21:08:49 +00:00
Ying Wang
8200eff9a3
am 00391a43
: am 082184e7
: Merge "Bump generic_arm64 system partition size."
...
* commit '00391a43166a4271ad2471adffb75849be1984a8':
Bump generic_arm64 system partition size.
2015-03-20 20:41:09 +00:00
Ying Wang
082184e741
Merge "Bump generic_arm64 system partition size."
2015-03-20 20:29:52 +00:00
Ying Wang
6c194cb0c5
Bump generic_arm64 system partition size.
...
Change-Id: Ic53fdaa0143ee2c0cce5a2f750da4c52adc6fdb9
2015-03-20 13:29:10 -07:00
Ying Wang
0754f2f1ad
am daeaa57a
: am b9583756
: am 8e52e15d
: Merge "Bump generic_mips system partition size."
...
* commit 'daeaa57a4e72d50f0c3b64d8bf0ea706925fc329':
Bump generic_mips system partition size.
2015-03-20 17:17:06 +00:00
Ying Wang
daeaa57a4e
am b9583756
: am 8e52e15d
: Merge "Bump generic_mips system partition size."
...
* commit 'b9583756eecda3dbad41b83fcba51ef7c07ac907':
Bump generic_mips system partition size.
2015-03-20 17:10:51 +00:00
Paul Miller
54dfc3fc22
Revert "Replace legacy Browser with BookmarkProvider"
...
This reverts commit 6169022417
.
Change-Id: I0246ef7a89de08bc449509b39f8db8279ea0871e
BUG:19351071
2015-03-20 16:26:26 +00:00
Ying Wang
8e52e15deb
Merge "Bump generic_mips system partition size."
2015-03-20 16:20:00 +00:00
Ying Wang
779e9cc806
Bump generic_mips system partition size.
...
Change-Id: Ieb3becc3ddc1efa19c6e6d34b4a31c0440d3479d
2015-03-20 09:18:33 -07:00
Narayan Kamath
e18445ead8
am 4de176b8
: am 2002102e
: am ad22a8f2
: Merge "Remove VoiceDialer from PRODUCT_PACKAGE list."
...
* commit '4de176b888f7dda32e1a3d01fb9add7a1774f080':
Remove VoiceDialer from PRODUCT_PACKAGE list.
2015-03-20 09:23:50 +00:00
Narayan Kamath
4de176b888
am 2002102e
: am ad22a8f2
: Merge "Remove VoiceDialer from PRODUCT_PACKAGE list."
...
* commit '2002102e36e96377849f708c4e1afe3c536763f8':
Remove VoiceDialer from PRODUCT_PACKAGE list.
2015-03-20 09:17:35 +00:00
Narayan Kamath
ad22a8f2a7
Merge "Remove VoiceDialer from PRODUCT_PACKAGE list."
2015-03-20 08:53:09 +00:00
Paul Miller
8b01ac4a59
am a6726d1f
: am e601f1ec
: am d121f184
: Merge "Replace legacy Browser with BookmarkProvider"
...
* commit 'a6726d1f3001b84c51da523d09f079274e39902e':
Replace legacy Browser with BookmarkProvider
2015-03-19 20:42:54 +00:00
Paul Miller
a6726d1f30
am e601f1ec
: am d121f184
: Merge "Replace legacy Browser with BookmarkProvider"
...
* commit 'e601f1ecfd9ba938053b6763124ea1359efeddbe':
Replace legacy Browser with BookmarkProvider
2015-03-19 20:35:10 +00:00
Narayan Kamath
fadee109d6
Remove VoiceDialer from PRODUCT_PACKAGE list.
...
Change-Id: Ibc86ddee90a9ff83c3cdcbf086a6a1e466ba5088
2015-03-19 18:10:15 +00:00
Justin Morey
e596433b90
am abd5bbc4
: am 292427b6
: am 030b5493
: resolved conflicts for merge of 68000907
to lmp-mr1-dev
...
* commit 'abd5bbc4febe61f53641ac7c43160e161e12c1dc':
Bump generic_x86_64 system partition size - DO NOT MERGE
2015-03-19 03:07:24 +00:00
Justin Morey
abd5bbc4fe
am 292427b6
: am 030b5493
: resolved conflicts for merge of 68000907
to lmp-mr1-dev
...
* commit '292427b69f7b1a753c0636f916382e2a4f9648ba':
Bump generic_x86_64 system partition size - DO NOT MERGE
2015-03-19 03:00:29 +00:00
Justin Morey
030b549314
resolved conflicts for merge of 68000907
to lmp-mr1-dev
...
Change-Id: I9f1a80746a5d945c704cd126efebca0941e27e47
2015-03-18 21:29:09 -05:00
Justin Morey
68000907e3
am 02060b7b
: Bump generic_x86_64 system partition size - DO NOT MERGE
...
* commit '02060b7bddbb8728fa5a4ba5e0905e5a173bc682':
Bump generic_x86_64 system partition size - DO NOT MERGE
2015-03-18 23:00:33 +00:00
Paul Miller
6169022417
Replace legacy Browser with BookmarkProvider
...
BookmarkProvider is Browser's old provider code, refactored into its
own app.
BUG:19351071
Change-Id: I0a5e1f2fc54749e2d3e3442636a26b2459b600c6
2015-03-18 15:44:21 -07:00
Justin Morey
02060b7bdd
Bump generic_x86_64 system partition size - DO NOT MERGE
...
This makes it big enough to hold Orla, unbreaking the build
Change-Id: I5a131dfbaaa3aa2bb1bc24e4f859cc3507b671b0
2015-03-18 21:04:14 +00:00
Elliott Hughes
e0203b17fa
am bf8164f9
: am 47584657
: am 0f98a378
: Merge "Remove netcfg from the list of base modules."
...
* commit 'bf8164f938f0af98b76e481de6c415fa496cfe21':
Remove netcfg from the list of base modules.
2015-03-17 14:47:28 +00:00
Elliott Hughes
f3124b3523
Remove netcfg from the list of base modules.
...
It's obsolete and -- other than a mention in the reference RIL and
another in a shell script that no longer works -- unused.
Change-Id: Ibbf2613778802222865528644c7e59a2d7c68b48
2015-03-16 13:52:30 -07:00
Eric Laurent
3131486892
Merge "added broadcast radio service"
2015-03-16 18:29:05 +00:00
Ying Wang
ab27f6e775
am b396517c
: am 501af528
: Merge "Increase system and userdata partition sizes."
...
* commit 'b396517cb25ca85d1c17b4d4e09be87cdf8256b4':
Increase system and userdata partition sizes.
2015-03-12 15:35:51 +00:00
Ying Wang
f25838a7ea
Support modules to be installed directly to recovery.img
...
Previously the recovery binary was configured to be installed to the
system.img and then got copied to recovery.img in the recovery.img's
build rule.
With this change, a module, such as the recovery binary, can configure
itself to be installed directly to the recovery.img, just like how other
modules get installed to system.img.
Bug: 19667686
Change-Id: I46b0b4a95cf078a68999db9c0f6635d6a3f5cd86
2015-03-11 10:38:13 -07:00
Douglas Leung
3713ded238
Increase system and userdata partition sizes.
...
The extra system space is needed for mips64r6/mips32r6 quick
mode images and the extra userdata is needed to run ART tests.
Change-Id: I96dc1553d950dcf046b57feff10a369e9155bd4d
2015-03-11 16:36:54 +00:00
Ying Wang
3752614de1
Support modules to be installed directly to recovery.img
...
Previously the recovery binary was configured to be installed to the
system.img and then got copied to recovery.img in the recovery.img's
build rule.
With this change, a module, such as the recovery binary, can configure
itself to be installed directly to the recovery.img, just like how other
modules get installed to system.img.
Bug: 19667686
Change-Id: I46b0b4a95cf078a68999db9c0f6635d6a3f5cd86
2015-03-10 12:02:57 -07:00
Santos Cordon
386fa7350a
Add Call Log backup to basic telephony spec.
...
Change-Id: I9c101044a7750141a01e3a7e5c6ed127471f10bc
2015-03-06 12:45:05 -08:00
Eric Laurent
5793ad8a47
added broadcast radio service
...
Added core libraries for broacast radio service, client
and meta data utility.
Change-Id: Ic93444aee9a41c02dce67c8170450ac111332a62
2015-03-05 16:59:39 -08:00
Roozbeh Pournader
3ab85e4783
Add Roboto fonts
...
Roboto fonts are now moved to external/roboto-fonts.
Change-Id: Ic42bc5f7e645a66b3cf5c2ab61a6b5e9bde1b7cd
2015-02-25 16:39:22 -08:00
Tim Kilbourn
d0731048d6
Remove inputflinger binary from builds.
...
Change-Id: I98b19c532a2329a867c9943c13aa471bda01568c
2015-02-23 23:44:09 -08:00
Fabrice Di Meglio
b9051dae41
Add IntentFilterVerifier to the build
...
- this is related to IntentFilter auto verification in Framework
Change-Id: Ifb318ff96e15054467d8cd150678d5ea740f221d
2015-02-24 01:25:34 +00:00
Jeff Sharkey
2e9862b22f
Merge "Include sgdisk in all device builds."
2015-02-23 18:52:16 +00:00
Jeff Sharkey
aa438dc4cf
Include sgdisk in all device builds.
...
sgdisk is the command line version of gptfdisk, which we're using
to format devices with the GUID partition table standard.
Change-Id: I99e0c56d35391d46031d1c2f04956332e1a164a9
2015-02-23 10:06:56 -08:00
Ying Wang
d548d11710
am 263d1aa8
: am 0487ab1e
: am 58aeaed9
: Merge "goldfish_logcat: remove permissive_or_unconfined()"
...
* commit '263d1aa8765b8443a1e79283fbb3ee09c73a3fa8':
goldfish_logcat: remove permissive_or_unconfined()
2015-02-23 17:47:42 +00:00
Ying Wang
448ab04bbc
am 217b81d8
: am 723d0039
: am aa67c0ce
: Merge "qemud: remove permissive_or_unconfined()"
...
* commit '217b81d8b2493547614e9886f6c09f919695c197':
qemud: remove permissive_or_unconfined()
2015-02-23 17:47:41 +00:00
Ying Wang
d0285ce4e4
am 7d3707f2
: am 4ca5ab5d
: am 4be75b37
: Merge "qemu_props: remove permissive_or_unconfined()"
...
* commit '7d3707f21377e70c9202efa5db3983526cd02e54':
qemu_props: remove permissive_or_unconfined()
2015-02-23 17:47:40 +00:00
Ying Wang
406763fe5b
am 3a836e74
: am a65c7cf1
: am 5d47a481
: Merge "goldfish_setup: remove permissive_or_unconfined()"
...
* commit '3a836e74a9ed97c3b1575da9b6f7ddc788422f86':
goldfish_setup: remove permissive_or_unconfined()
2015-02-23 17:47:37 +00:00
Ying Wang
0487ab1ec0
am 58aeaed9
: Merge "goldfish_logcat: remove permissive_or_unconfined()"
...
* commit '58aeaed9ce5c3738dd8eb36d56484a9614fb00e0':
goldfish_logcat: remove permissive_or_unconfined()
2015-02-23 17:34:38 +00:00
Ying Wang
723d003929
am aa67c0ce
: Merge "qemud: remove permissive_or_unconfined()"
...
* commit 'aa67c0ce9a9697f5ac192020ee8b75734862b129':
qemud: remove permissive_or_unconfined()
2015-02-23 17:34:37 +00:00
Ying Wang
4ca5ab5d4a
am 4be75b37
: Merge "qemu_props: remove permissive_or_unconfined()"
...
* commit '4be75b37333f22e8ce10cc8aff7e9756b2f82689':
qemu_props: remove permissive_or_unconfined()
2015-02-23 17:34:36 +00:00
Ying Wang
a65c7cf1a6
am 5d47a481
: Merge "goldfish_setup: remove permissive_or_unconfined()"
...
* commit '5d47a481fb88ca4dba853d064eb5dfd671f9b68a':
goldfish_setup: remove permissive_or_unconfined()
2015-02-23 17:34:35 +00:00
Ying Wang
58aeaed9ce
Merge "goldfish_logcat: remove permissive_or_unconfined()"
2015-02-23 17:30:50 +00:00
Ying Wang
aa67c0ce9a
Merge "qemud: remove permissive_or_unconfined()"
2015-02-23 17:30:43 +00:00
Ying Wang
4be75b3733
Merge "qemu_props: remove permissive_or_unconfined()"
2015-02-23 17:30:28 +00:00
Ying Wang
5d47a481fb
Merge "goldfish_setup: remove permissive_or_unconfined()"
2015-02-23 17:30:28 +00:00
Bill Yi
251412b472
Merge commit 'b89ec38113a22d09b0832ed2d3cb8fc413a14a75' into HEAD
2015-02-19 14:30:26 -08:00
Elliott Hughes
1f382fa4f7
am 6f7b05bb
: am 24374e57
: Merge "Remove ARCH_ARM_HAVE_TLS_REGISTER."
...
* commit '6f7b05bbb8ef645f029dd3432b32c76a5b1ee3df':
Remove ARCH_ARM_HAVE_TLS_REGISTER.
2015-02-17 18:04:54 +00:00
Elliott Hughes
6f7b05bbb8
am 24374e57
: Merge "Remove ARCH_ARM_HAVE_TLS_REGISTER."
...
* commit '24374e575285e1f7950293469bca7a3410e46fea':
Remove ARCH_ARM_HAVE_TLS_REGISTER.
2015-02-17 17:58:49 +00:00
Elliott Hughes
24374e5752
Merge "Remove ARCH_ARM_HAVE_TLS_REGISTER."
2015-02-17 17:47:10 +00:00
Elliott Hughes
e033c6df7d
Remove ARCH_ARM_HAVE_TLS_REGISTER.
...
This was only needed for platform builds, and was removed in the gap between
armv5 being removed and being added back again for tapas builds. Otherwise it
would have been removed back then.
(I suspect that we don't need the system.prop file in here, either, but I
don't really know how to test that.)
Change-Id: I212ff7b3568b5d5ff3cc66150ec7c4fa0b8cac92
2015-02-13 20:51:12 -08:00
Ying Wang
5932b63cb9
am f5a6279c
: am bdfec89d
: Merge "Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64."
...
* commit 'f5a6279c4c13bcd77ac57c56c32df2f4139afa81':
Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64.
2015-02-12 20:18:18 +00:00
Ying Wang
f5a6279c4c
am bdfec89d
: Merge "Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64."
...
* commit 'bdfec89d96819cf78faa4a61635c2ec536b4545f':
Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64.
2015-02-12 20:11:19 +00:00
bohu
725dcdc395
am 05defc16
: am d857abd1
: am 151205c3
: Merge "Bump generic_mips and generic_x86_64 system partition size" into lmp-mr1-dev
...
* commit '05defc16b6c8816ad18cf9a80ae9cc363fbf8ee4':
Bump generic_mips and generic_x86_64 system partition size
2015-02-12 04:45:57 +00:00
bohu
05defc16b6
am d857abd1
: am 151205c3
: Merge "Bump generic_mips and generic_x86_64 system partition size" into lmp-mr1-dev
...
* commit 'd857abd1ff8b3436d15765e93b0d4d0ec1a9147a':
Bump generic_mips and generic_x86_64 system partition size
2015-02-12 01:16:22 +00:00
bohu
4c49eaadf3
Bump generic_mips and generic_x86_64 system partition size
...
This fixes the sdk_google_phone_mips and sdk_google_phone_x86-64
builds
Change-Id: I971d02b07a6aa917d7e0f3750b48e657205aae52
2015-02-11 16:51:54 -08:00
Narayan Kamath
af439891e9
Merge "Temporarily add org.apache.http.legacy to the boot classpath."
2015-02-11 14:48:03 +00:00
Stephen Smalley
7b4a69adf4
qemud: remove permissive_or_unconfined()
...
Change-Id: Ia15cf87de1d03364f80d3d0cbc546475abfef448
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-02-10 17:29:01 -05:00
Stephen Smalley
25a150c5e1
qemu_props: remove permissive_or_unconfined()
...
Change-Id: I29f37822ccac22dd884d88f9dcd23237b5a3e2de
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-02-10 17:28:41 -05:00
Stephen Smalley
063b6b85d6
goldfish_setup: remove permissive_or_unconfined()
...
Change-Id: I3b44f24554f288f4fb1e18a53fa68e8a7cd8c8c7
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-02-10 17:28:11 -05:00
Stephen Smalley
de78c2776a
goldfish_logcat: remove permissive_or_unconfined()
...
Change-Id: I1a26b07bf723c944c7dcb8beec96537500a3bc60
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-02-10 17:27:41 -05:00
Douglas Leung
206cbdb68e
Increase BOARD_SYSTEMIMAGE_PARTITION_SIZE to 900MB for mips64.
...
This is needed to build mips64 ART in quick mode.
Change-Id: I8a9e62389a3d4edb84bf1d6814d6594565bc98ba
2015-02-10 11:55:12 -08:00
Jorim Jaggi
050f21cb00
Merge "Split up android.policy into framework.jar and services.jar 3/3"
2015-02-10 14:15:20 +00:00
Narayan Kamath
2011e895dc
Temporarily add org.apache.http.legacy to the boot classpath.
...
This change is the stepping stone towards removing it altogether.
In order to remove it, we need a few changes to ART to properly
support compile time classpaths.
bug: 18027885
Change-Id: I70d5453ff88b8ba51c418fd72aaf78ac97869502
2015-02-10 13:45:06 +00:00
Elliott Hughes
4244392ea9
am 57555891
: am ed556858
: Merge "Make sure we keep building grep now it\'s broken out from toolbox."
...
* commit '5755589141358a4f82cada56e6738075c670011f':
Make sure we keep building grep now it's broken out from toolbox.
2015-02-05 20:15:59 +00:00