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
Mark Salyzyn
54c1d36eae
am 5a1c89e9
: am 36fb373a
: Merge "fs_config: use libcutils and libselinux shared libraries"
...
* commit '5a1c89e94ee4a96e31bd66f01a27c2c75cba4065':
fs_config: use libcutils and libselinux shared libraries
2015-04-15 22:40:50 +00:00
Dan Albert
3bc25d6958
am 683a387e
: am 4ed95088
: Merge "Add support for ubsan."
...
* commit '683a387efb079fefd3d2895875868b7c2a5a4a06':
Add support for ubsan.
2015-04-15 22:32:08 +00:00
Mark Salyzyn
5a1c89e94e
am 36fb373a
: Merge "fs_config: use libcutils and libselinux shared libraries"
...
* commit '36fb373adfe8bbf9397dc8ccf405fd4d6baeef2f':
fs_config: use libcutils and libselinux shared libraries
2015-04-15 22:31:26 +00:00
Mark Salyzyn
36fb373adf
Merge "fs_config: use libcutils and libselinux shared libraries"
2015-04-15 22:22:42 +00:00
Dan Albert
683a387efb
am 4ed95088
: Merge "Add support for ubsan."
...
* commit '4ed95088425a7de5b4fac37fff4888f0a187d5d6':
Add support for ubsan.
2015-04-15 22:21:24 +00:00
Dan Albert
4ed9508842
Merge "Add support for ubsan."
2015-04-15 22:06:15 +00:00
Mark Salyzyn
06b91b9bcf
fs_config: Add fs_config_generate
...
fs_config_generate_$(TARGET_DEVICE) is built based off the content
of $(TARGET_ANDROID_FILESYSTEM_CONFIG_H). We also add the rules
fs_config_dirs and fs_config_file to utilize this command
for target contents:
fs_config_generate_$(TARGET_DEVICE) -D -o system/etc/fs_config_dir
fs_config_generate_$(TARGET_DEVICE) -F -o system/etc/fs_config_file
In order to use this feature, one must have the fs_config_dirs and
fs_config_files in the $(PRODUCT_PACKAGES) list defined in the
device make files in $(TARGET_DEVICE_DIR). And either an
android_filesystem_config.h file in that directory, or define a
path in TARGET_ANDROID_FILESYSTEM_CONFIG_H to point to one.
Bug: 19908228
Change-Id: Iee1543d99169f874e0915ae07962a7750ecb6342
2015-04-15 14:17:12 -07:00
Mark Salyzyn
073a9ebbbf
fs_config: use libcutils and libselinux shared libraries
...
- move to libcutils.so and libselinux.so as shared now that
they are in DISTTOOL.
- liblog dependency is part of libcutils, and need not be
called out explicitly now. liblog is in DISTTOOL.
- libcutils fs_config has the right to add Android logging
Bug: 19908228
Change-Id: Iaa60ad624b42d83653840ac3c77bfa03ad8674aa
2015-04-15 14:17:07 -07:00
Kenny Root
eec386a4df
am 68dc5196
: am 03c6e8c5
: Merge "Move package signing after file stripping"
...
* commit '68dc5196226406db84a41a03fe70e6278ed35fcd':
Move package signing after file stripping
2015-04-15 20:12:21 +00:00
Kenny Root
68dc519622
am 03c6e8c5
: Merge "Move package signing after file stripping"
...
* commit '03c6e8c58686ffe611952d363de21b54f813ca41':
Move package signing after file stripping
2015-04-15 20:05:57 +00:00
Kenny Root
03c6e8c586
Merge "Move package signing after file stripping"
2015-04-15 19:58:21 +00:00
Kenny Root
dff3755a93
Move package signing after file stripping
...
For dex preopt and JNI library extraction, we should remove the
classes.dex and .so files before we sign the APK so that there
isn't an entry in the manifest.
Prebuilt APKs which are pre-signed will simply not have the files
removed. This may cause some system.img bloat, but signature checks make
this necessary.
Bug: 20247329
Change-Id: I4742d1aa3aa64ab5aea2264304cb8c0bea24f784
2015-04-15 12:40:22 -07:00
Mark Salyzyn
d6d6077c99
am 2f1bc255
: am 8b75ec1c
: Merge "disttools: add liblog, libcutils and libselinux shared libraries"
...
* commit '2f1bc255fc7f0f5a8f6fd96296a119120bc04726':
disttools: add liblog, libcutils and libselinux shared libraries
2015-04-15 15:05:55 +00:00
Mark Salyzyn
2f1bc255fc
am 8b75ec1c
: Merge "disttools: add liblog, libcutils and libselinux shared libraries"
...
* commit '8b75ec1c7b6efa79f358725d0fd7a3932fd273e5':
disttools: add liblog, libcutils and libselinux shared libraries
2015-04-15 14:55:48 +00:00
Mark Salyzyn
8b75ec1c7b
Merge "disttools: add liblog, libcutils and libselinux shared libraries"
2015-04-15 14:45:05 +00:00
Dan Albert
1fa6d5b0a3
am 612581e8
: am ad1961a7
: Merge "Don\'t use libunwindbacktrace for non-ARM."
...
* commit '612581e8ca8bda8c7f74e84fbb9b7859ca3b9840':
Don't use libunwindbacktrace for non-ARM.
2015-04-14 23:34:03 +00:00
Dan Albert
612581e8ca
am ad1961a7
: Merge "Don\'t use libunwindbacktrace for non-ARM."
...
* commit 'ad1961a74736e02ab16d8688ba7f41a687340bdc':
Don't use libunwindbacktrace for non-ARM.
2015-04-14 23:23:18 +00:00
Dan Albert
ad1961a747
Merge "Don't use libunwindbacktrace for non-ARM."
2015-04-14 23:17:41 +00:00
Dan Albert
803cf69926
am 5e7e6d75
: am 2d215e38
: Merge "Use libcompiler_rt-extras on the host too."
...
* commit '5e7e6d7585ff94198a5ddd891faba274cf2416d6':
Use libcompiler_rt-extras on the host too.
2015-04-14 22:48:57 +00:00
Mark Salyzyn
c506e74dc8
disttools: add liblog, libcutils and libselinux shared libraries
...
Bug: 19908228
Change-Id: I48450a9fb917408cb3bc0e41d70c0593acd2b884
2015-04-14 15:17:16 -07:00
Dan Albert
5e7e6d7585
am 2d215e38
: Merge "Use libcompiler_rt-extras on the host too."
...
* commit '2d215e38c02828c1f10ccdb205011025c4172cb6':
Use libcompiler_rt-extras on the host too.
2015-04-14 22:15:02 +00:00
Dan Albert
2d215e38c0
Merge "Use libcompiler_rt-extras on the host too."
2015-04-14 22:04:56 +00:00
Dan Albert
3e99e66213
Don't use libunwindbacktrace for non-ARM.
...
After fixing the link order here, it seems libunwindbacktrace no
longer works for exception unwinding, but libgcc now does.
Change-Id: Ice79af4b8f234ed6a053ee818b6dec3aa9706c8a
2015-04-14 14:42:45 -07:00
Joe Fernandez
fd7b099e2d
am 983f9e49
: am b0ff62a1
: am a74d2efe
: Merge "docs: add new style elements for Material Design cross-references" into lmp-docs
...
* commit '983f9e494f0c7f73577101adf391143753dfc4ff':
docs: add new style elements for Material Design cross-references
2015-04-14 17:35:00 +00:00
Joe Fernandez
983f9e494f
am b0ff62a1
: am a74d2efe
: Merge "docs: add new style elements for Material Design cross-references" into lmp-docs
...
* commit 'b0ff62a18102d5e8aebb6f93d304db78b94e826f':
docs: add new style elements for Material Design cross-references
2015-04-14 17:25:09 +00:00
Joe Fernandez
b0ff62a181
am a74d2efe
: Merge "docs: add new style elements for Material Design cross-references" into lmp-docs
...
* commit 'a74d2efe8fbb131bc41650bce0deb92073dced46':
docs: add new style elements for Material Design cross-references
2015-04-14 17:13:10 +00:00
Joe Fernandez
a74d2efe8f
Merge "docs: add new style elements for Material Design cross-references" into lmp-docs
2015-04-14 16:54:49 +00:00
Joe Fernandez
a5863928c2
docs: add new style elements for Material Design cross-references
...
Change-Id: I718cca684af36294aa89206f3845af5287d05bbe
2015-04-13 21:59:56 -07:00
Dirk Dougherty
3c5e45ff37
am 70b2a811
: am 9317e408
: am ffc357f0
: Merge "Increment metadata files for new families pages." into lmp-docs
...
* commit '70b2a811ccd6fa74770f5747aa5cd97d3bae4b33':
Increment metadata files for new families pages.
2015-04-14 04:54:27 +00:00
Dirk Dougherty
70b2a811cc
am 9317e408
: am ffc357f0
: Merge "Increment metadata files for new families pages." into lmp-docs
...
* commit '9317e40807184cfa4b0e8bc001a12446dc3d9f15':
Increment metadata files for new families pages.
2015-04-14 04:42:57 +00:00
Dirk Dougherty
9317e40807
am ffc357f0
: Merge "Increment metadata files for new families pages." into lmp-docs
...
* commit 'ffc357f098b9fb939d6869c0f2f1b70fb20c88b6':
Increment metadata files for new families pages.
2015-04-14 04:33:24 +00:00
Dirk Dougherty
ffc357f098
Merge "Increment metadata files for new families pages." into lmp-docs
2015-04-14 04:14:27 +00:00
smain@google.com
0d98fcbd93
am d4565d8f
: am def19e79
: am 7c22c9a4
: skeleton structure for NDK site
...
* commit 'd4565d8f38bb89a385fa27c42f0129e7330bb5f1':
skeleton structure for NDK site
2015-04-14 02:43:59 +00:00
Dirk Dougherty
26b600676b
Increment metadata files for new families pages.
...
Change-Id: I9df9bde9bcd04c19c92006cff337619b8c3594e7
2015-04-13 18:30:39 -07:00
Andrew Hsieh
263e22d424
am 051f18f0
: am f37e96e2
: Merge "Revert "Enable linker -fix-cortex-a53-843419""
...
* commit '051f18f0dce3d0e6278d5bd9b2aad03974549fb5':
Revert "Enable linker -fix-cortex-a53-843419"
2015-04-14 00:08:51 +00:00
Andrew Hsieh
051f18f0dc
am f37e96e2
: Merge "Revert "Enable linker -fix-cortex-a53-843419""
...
* commit 'f37e96e232f7ac3d618526aafcd69705ac7bb3a4':
Revert "Enable linker -fix-cortex-a53-843419"
2015-04-13 23:58:47 +00:00
Andrew Hsieh
f37e96e232
Merge "Revert "Enable linker -fix-cortex-a53-843419""
2015-04-13 23:48:28 +00:00
Andrew Hsieh
32e1689684
Revert "Enable linker -fix-cortex-a53-843419"
...
This reverts commit 54b22a5a70
.
Change-Id: I23613490030783fb6da678de5a25f37caebe5f97
2015-04-13 23:39:45 +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
7862223034
am 47ff7f56
: Merge "Add host tool fastboot to every build."
...
* commit '47ff7f56d67ca0b819a95f90d428db2e4fd3364e':
Add host tool fastboot to every build.
2015-04-13 22:17:14 +00:00
Ying Wang
47ff7f56d6
Merge "Add host tool fastboot to every build."
2015-04-13 22:07:40 +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
smain@google.com
d4565d8f38
am def19e79
: am 7c22c9a4
: skeleton structure for NDK site
...
* commit 'def19e7974cbf1c17dce8f6e25d1bfefb8c55a92':
skeleton structure for NDK site
2015-04-13 21:06:02 +00:00
smain@google.com
def19e7974
am 7c22c9a4
: skeleton structure for NDK site
...
* commit '7c22c9a45ceb44d5c7b4237b89e4227acd839374':
skeleton structure for NDK site
2015-04-13 20:53:34 +00:00
David Srbecky
ace60518c3
am 6bb41928
: am c8400a3e
: Merge "Add --include-cfi compiler option."
...
* commit '6bb41928e4fe2673a036a4bfa1625c5598cf14f1':
Add --include-cfi compiler option.
2015-04-13 20:51:53 +00:00
David Srbecky
6bb41928e4
am c8400a3e
: Merge "Add --include-cfi compiler option."
...
* commit 'c8400a3e2fa2e647b74042f1f32bd83dbae255d4':
Add --include-cfi compiler option.
2015-04-13 20:45:04 +00:00
David Srbecky
c8400a3e2f
Merge "Add --include-cfi compiler option."
2015-04-13 20:34:50 +00:00
smain@google.com
7c22c9a45c
skeleton structure for NDK site
...
Change-Id: Id9f490f69231c9ab0e846d0e983969a14c67a497
2015-04-13 13:30:47 -07:00
David Srbecky
299d3f4960
Add --include-cfi compiler option.
...
Decouple generation of CFI from the rest of debug symbols.
This makes it possible to generate oat with CFI but without
the rest of debug symbols.
This is in line with intention of the .eh_frame section.
The section does not have the .debug_ prefix because it
is considered somewhat different to the rest of debug symbols.
Change-Id: I32816ecd4f30ac4e0dc69d69a4993e349c737f96
2015-04-13 19:50:51 +01:00