OSDN Git Service

android-x86/build.git
9 years agoam d756e736: am c9402076: am 7a1d4d5e: Merge "fs_config: Add fs_config_generate"
Mark Salyzyn [Thu, 16 Apr 2015 00:38:06 +0000 (00:38 +0000)]
am d756e736: am c9402076: am 7a1d4d5e: Merge "fs_config: Add fs_config_generate"

* commit 'd756e7367ab60d5e4138d7561aaabf4256e3d247':
  fs_config: Add fs_config_generate

9 years agoam c9402076: am 7a1d4d5e: Merge "fs_config: Add fs_config_generate"
Mark Salyzyn [Thu, 16 Apr 2015 00:15:47 +0000 (00:15 +0000)]
am c9402076: am 7a1d4d5e: Merge "fs_config: Add fs_config_generate"

* commit 'c9402076b65025c994c28bac0350d5b600d1d6fe':
  fs_config: Add fs_config_generate

9 years agoam 7a1d4d5e: Merge "fs_config: Add fs_config_generate"
Mark Salyzyn [Wed, 15 Apr 2015 23:59:52 +0000 (23:59 +0000)]
am 7a1d4d5e: Merge "fs_config: Add fs_config_generate"

* commit '7a1d4d5e49a4068d8cf4fead175016c9b944c42b':
  fs_config: Add fs_config_generate

9 years agoMerge "fs_config: Add fs_config_generate"
Mark Salyzyn [Wed, 15 Apr 2015 23:50:43 +0000 (23:50 +0000)]
Merge "fs_config: Add fs_config_generate"

9 years agoam 54c1d36e: am 5a1c89e9: am 36fb373a: Merge "fs_config: use libcutils and libselinux...
Mark Salyzyn [Wed, 15 Apr 2015 22:56:22 +0000 (22:56 +0000)]
am 54c1d36e: am 5a1c89e9: am 36fb373a: Merge "fs_config: use libcutils and libselinux shared libraries"

* commit '54c1d36eaee59c62a652b071bdec9e71c40002ae':
  fs_config: use libcutils and libselinux shared libraries

9 years agoam 3bc25d69: am 683a387e: am 4ed95088: Merge "Add support for ubsan."
Dan Albert [Wed, 15 Apr 2015 22:56:21 +0000 (22:56 +0000)]
am 3bc25d69: am 683a387e: am 4ed95088: Merge "Add support for ubsan."

* commit '3bc25d69580b5cdedd834fe6accf9cc27c0fb102':
  Add support for ubsan.

9 years agoam 5a1c89e9: am 36fb373a: Merge "fs_config: use libcutils and libselinux shared libra...
Mark Salyzyn [Wed, 15 Apr 2015 22:40:50 +0000 (22:40 +0000)]
am 5a1c89e9: am 36fb373a: Merge "fs_config: use libcutils and libselinux shared libraries"

* commit '5a1c89e94ee4a96e31bd66f01a27c2c75cba4065':
  fs_config: use libcutils and libselinux shared libraries

9 years agoam 683a387e: am 4ed95088: Merge "Add support for ubsan."
Dan Albert [Wed, 15 Apr 2015 22:32:08 +0000 (22:32 +0000)]
am 683a387e: am 4ed95088: Merge "Add support for ubsan."

* commit '683a387efb079fefd3d2895875868b7c2a5a4a06':
  Add support for ubsan.

9 years agoam 36fb373a: Merge "fs_config: use libcutils and libselinux shared libraries"
Mark Salyzyn [Wed, 15 Apr 2015 22:31:26 +0000 (22:31 +0000)]
am 36fb373a: Merge "fs_config: use libcutils and libselinux shared libraries"

* commit '36fb373adfe8bbf9397dc8ccf405fd4d6baeef2f':
  fs_config: use libcutils and libselinux shared libraries

9 years agoMerge "fs_config: use libcutils and libselinux shared libraries"
Mark Salyzyn [Wed, 15 Apr 2015 22:22:42 +0000 (22:22 +0000)]
Merge "fs_config: use libcutils and libselinux shared libraries"

9 years agoam 4ed95088: Merge "Add support for ubsan."
Dan Albert [Wed, 15 Apr 2015 22:21:24 +0000 (22:21 +0000)]
am 4ed95088: Merge "Add support for ubsan."

* commit '4ed95088425a7de5b4fac37fff4888f0a187d5d6':
  Add support for ubsan.

9 years agoMerge "Add support for ubsan."
Dan Albert [Wed, 15 Apr 2015 22:06:09 +0000 (22:06 +0000)]
Merge "Add support for ubsan."

9 years agoresolved conflicts for merge of eec386a4 to master
Ying Wang [Wed, 15 Apr 2015 21:39:26 +0000 (14:39 -0700)]
resolved conflicts for merge of eec386a4 to master

Change-Id: Ia686e67ed480427a6422d87bef2dcd4e44e27266

9 years agofs_config: Add fs_config_generate
Mark Salyzyn [Wed, 1 Apr 2015 21:41:29 +0000 (14:41 -0700)]
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

9 years agofs_config: use libcutils and libselinux shared libraries
Mark Salyzyn [Wed, 15 Apr 2015 19:53:39 +0000 (12:53 -0700)]
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

9 years agoam 68dc5196: am 03c6e8c5: Merge "Move package signing after file stripping"
Kenny Root [Wed, 15 Apr 2015 20:12:21 +0000 (20:12 +0000)]
am 68dc5196: am 03c6e8c5: Merge "Move package signing after file stripping"

* commit '68dc5196226406db84a41a03fe70e6278ed35fcd':
  Move package signing after file stripping

9 years agoam 03c6e8c5: Merge "Move package signing after file stripping"
Kenny Root [Wed, 15 Apr 2015 20:05:57 +0000 (20:05 +0000)]
am 03c6e8c5: Merge "Move package signing after file stripping"

* commit '03c6e8c58686ffe611952d363de21b54f813ca41':
  Move package signing after file stripping

9 years agoMerge "Move package signing after file stripping"
Kenny Root [Wed, 15 Apr 2015 19:58:20 +0000 (19:58 +0000)]
Merge "Move package signing after file stripping"

9 years agoMove package signing after file stripping
Kenny Root [Wed, 15 Apr 2015 19:09:32 +0000 (12:09 -0700)]
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

9 years agoMerge "Auto-clean host tools when switching between apps_only and platform build."
Ying Wang [Wed, 15 Apr 2015 17:10:04 +0000 (17:10 +0000)]
Merge "Auto-clean host tools when switching between apps_only and platform build."

9 years agoam d6d6077c: am 2f1bc255: am 8b75ec1c: Merge "disttools: add liblog, libcutils and...
Mark Salyzyn [Wed, 15 Apr 2015 15:28:39 +0000 (15:28 +0000)]
am d6d6077c: am 2f1bc255: am 8b75ec1c: Merge "disttools: add liblog, libcutils and libselinux shared libraries"

* commit 'd6d6077c999e4ef335312f2740d5d7ad20572f79':
  disttools: add liblog, libcutils and libselinux shared libraries

9 years agoam 2f1bc255: am 8b75ec1c: Merge "disttools: add liblog, libcutils and libselinux...
Mark Salyzyn [Wed, 15 Apr 2015 15:05:55 +0000 (15:05 +0000)]
am 2f1bc255: am 8b75ec1c: Merge "disttools: add liblog, libcutils and libselinux shared libraries"

* commit '2f1bc255fc7f0f5a8f6fd96296a119120bc04726':
  disttools: add liblog, libcutils and libselinux shared libraries

9 years agoam 8b75ec1c: Merge "disttools: add liblog, libcutils and libselinux shared libraries"
Mark Salyzyn [Wed, 15 Apr 2015 14:55:48 +0000 (14:55 +0000)]
am 8b75ec1c: Merge "disttools: add liblog, libcutils and libselinux shared libraries"

* commit '8b75ec1c7b6efa79f358725d0fd7a3932fd273e5':
  disttools: add liblog, libcutils and libselinux shared libraries

9 years agoMerge "disttools: add liblog, libcutils and libselinux shared libraries"
Mark Salyzyn [Wed, 15 Apr 2015 14:45:04 +0000 (14:45 +0000)]
Merge "disttools: add liblog, libcutils and libselinux shared libraries"

9 years agoUse Jack launcher
Yohann Roussel [Tue, 14 Apr 2015 16:38:11 +0000 (18:38 +0200)]
Use Jack launcher

Bug: 20132430
Change-Id: I6e30ad3dffbb32824a4c62e562359b084e6a8784

9 years agoam 1fa6d5b0: am 612581e8: am ad1961a7: Merge "Don\'t use libunwindbacktrace for non...
Dan Albert [Tue, 14 Apr 2015 23:56:11 +0000 (23:56 +0000)]
am 1fa6d5b0: am 612581e8: am ad1961a7: Merge "Don\'t use libunwindbacktrace for non-ARM."

* commit '1fa6d5b0a3fc873bce4d16056c115bf30e62a147':
  Don't use libunwindbacktrace for non-ARM.

9 years agoam 612581e8: am ad1961a7: Merge "Don\'t use libunwindbacktrace for non-ARM."
Dan Albert [Tue, 14 Apr 2015 23:34:03 +0000 (23:34 +0000)]
am 612581e8: am ad1961a7: Merge "Don\'t use libunwindbacktrace for non-ARM."

* commit '612581e8ca8bda8c7f74e84fbb9b7859ca3b9840':
  Don't use libunwindbacktrace for non-ARM.

9 years agoam ad1961a7: Merge "Don\'t use libunwindbacktrace for non-ARM."
Dan Albert [Tue, 14 Apr 2015 23:23:18 +0000 (23:23 +0000)]
am ad1961a7: Merge "Don\'t use libunwindbacktrace for non-ARM."

* commit 'ad1961a74736e02ab16d8688ba7f41a687340bdc':
  Don't use libunwindbacktrace for non-ARM.

9 years agoMerge "Don't use libunwindbacktrace for non-ARM."
Dan Albert [Tue, 14 Apr 2015 23:17:39 +0000 (23:17 +0000)]
Merge "Don't use libunwindbacktrace for non-ARM."

9 years agoam 803cf699: am 5e7e6d75: am 2d215e38: Merge "Use libcompiler_rt-extras on the host...
Dan Albert [Tue, 14 Apr 2015 23:08:47 +0000 (23:08 +0000)]
am 803cf699: am 5e7e6d75: am 2d215e38: Merge "Use libcompiler_rt-extras on the host too."

* commit '803cf699262275a771e3211751e77d2817718656':
  Use libcompiler_rt-extras on the host too.

9 years agoam 5e7e6d75: am 2d215e38: Merge "Use libcompiler_rt-extras on the host too."
Dan Albert [Tue, 14 Apr 2015 22:48:57 +0000 (22:48 +0000)]
am 5e7e6d75: am 2d215e38: Merge "Use libcompiler_rt-extras on the host too."

* commit '5e7e6d7585ff94198a5ddd891faba274cf2416d6':
  Use libcompiler_rt-extras on the host too.

9 years agodisttools: add liblog, libcutils and libselinux shared libraries
Mark Salyzyn [Mon, 13 Apr 2015 16:01:24 +0000 (09:01 -0700)]
disttools: add liblog, libcutils and libselinux shared libraries

Bug: 19908228
Change-Id: I48450a9fb917408cb3bc0e41d70c0593acd2b884

9 years agoam 2d215e38: Merge "Use libcompiler_rt-extras on the host too."
Dan Albert [Tue, 14 Apr 2015 22:15:02 +0000 (22:15 +0000)]
am 2d215e38: Merge "Use libcompiler_rt-extras on the host too."

* commit '2d215e38c02828c1f10ccdb205011025c4172cb6':
  Use libcompiler_rt-extras on the host too.

9 years agoMerge "Use libcompiler_rt-extras on the host too."
Dan Albert [Tue, 14 Apr 2015 22:04:55 +0000 (22:04 +0000)]
Merge "Use libcompiler_rt-extras on the host too."

9 years agoDon't use libunwindbacktrace for non-ARM.
Dan Albert [Tue, 14 Apr 2015 21:42:45 +0000 (14:42 -0700)]
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

9 years agoAuto-clean host tools when switching between apps_only and platform build.
Ying Wang [Tue, 14 Apr 2015 21:10:46 +0000 (14:10 -0700)]
Auto-clean host tools when switching between apps_only and platform build.

For apps_only (also PDK build) we use prebuilt host tools in
prebuilts/sdk/tools; For platform build we use tools built from source.
Auto-clean intermediate files of these tools when build type change is
detected.

Bug: 20213206
Change-Id: I9173af322684c017fdb91a3abfbe39ecfe5650e9

9 years agoMerge "Docs: improve the highlighting of definition lists (<dt> and <dd> elements)"
Clay Murphy [Tue, 14 Apr 2015 18:43:02 +0000 (18:43 +0000)]
Merge "Docs:  improve the highlighting of definition lists (<dt> and <dd> elements)"

9 years agoam fd7b099e: am 983f9e49: am b0ff62a1: am a74d2efe: Merge "docs: add new style elemen...
Joe Fernandez [Tue, 14 Apr 2015 17:56:12 +0000 (17:56 +0000)]
am fd7b099e: am 983f9e49: am b0ff62a1: am a74d2efe: Merge "docs: add new style elements for Material Design cross-references" into lmp-docs

* commit 'fd7b099e2d9c61d4615b99e499e30bbd99ecccca':
  docs: add new style elements for Material Design cross-references

9 years agoDocs: improve the highlighting of definition lists (<dt> and <dd> elements)
Clay Murphy [Tue, 14 Apr 2015 17:50:29 +0000 (10:50 -0700)]
Docs:  improve the highlighting of definition lists (<dt> and <dd> elements)

Bug: 18947865
Change-Id: Ibe0966bed1deb2c45d0f323c809d36dc3f33dd17

9 years agoam 983f9e49: am b0ff62a1: am a74d2efe: Merge "docs: add new style elements for Materi...
Joe Fernandez [Tue, 14 Apr 2015 17:35:00 +0000 (17:35 +0000)]
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

9 years agoam b0ff62a1: am a74d2efe: Merge "docs: add new style elements for Material Design...
Joe Fernandez [Tue, 14 Apr 2015 17:25:09 +0000 (17:25 +0000)]
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

9 years agoam a74d2efe: Merge "docs: add new style elements for Material Design cross-references...
Joe Fernandez [Tue, 14 Apr 2015 17:13:10 +0000 (17:13 +0000)]
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

9 years agoMerge "docs: add new style elements for Material Design cross-references" into lmp...
Joe Fernandez [Tue, 14 Apr 2015 16:54:49 +0000 (16:54 +0000)]
Merge "docs: add new style elements for Material Design cross-references" into lmp-docs

9 years agoam 3c5e45ff: am 70b2a811: am 9317e408: am ffc357f0: Merge "Increment metadata files...
Dirk Dougherty [Tue, 14 Apr 2015 05:13:29 +0000 (05:13 +0000)]
am 3c5e45ff: am 70b2a811: am 9317e408: am ffc357f0: Merge "Increment metadata files for new families pages." into lmp-docs

* commit '3c5e45ff37e27cea465c24d4c1371bd05e122873':
  Increment metadata files for new families pages.

9 years agodocs: add new style elements for Material Design cross-references
Joe Fernandez [Thu, 2 Apr 2015 23:34:44 +0000 (16:34 -0700)]
docs: add new style elements for Material Design cross-references

Change-Id: I718cca684af36294aa89206f3845af5287d05bbe

9 years agoam 70b2a811: am 9317e408: am ffc357f0: Merge "Increment metadata files for new famili...
Dirk Dougherty [Tue, 14 Apr 2015 04:54:27 +0000 (04:54 +0000)]
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.

9 years agoam 9317e408: am ffc357f0: Merge "Increment metadata files for new families pages...
Dirk Dougherty [Tue, 14 Apr 2015 04:42:57 +0000 (04:42 +0000)]
am 9317e408: am ffc357f0: Merge "Increment metadata files for new families pages." into lmp-docs

* commit '9317e40807184cfa4b0e8bc001a12446dc3d9f15':
  Increment metadata files for new families pages.

9 years agoam ffc357f0: Merge "Increment metadata files for new families pages." into lmp-docs
Dirk Dougherty [Tue, 14 Apr 2015 04:33:24 +0000 (04:33 +0000)]
am ffc357f0: Merge "Increment metadata files for new families pages." into lmp-docs

* commit 'ffc357f098b9fb939d6869c0f2f1b70fb20c88b6':
  Increment metadata files for new families pages.

9 years agoMerge "Increment metadata files for new families pages." into lmp-docs
Dirk Dougherty [Tue, 14 Apr 2015 04:14:26 +0000 (04:14 +0000)]
Merge "Increment metadata files for new families pages." into lmp-docs

9 years agoam 0d98fcbd: am d4565d8f: am def19e79: am 7c22c9a4: skeleton structure for NDK site
smain@google.com [Tue, 14 Apr 2015 03:10:01 +0000 (03:10 +0000)]
am 0d98fcbd: am d4565d8f: am def19e79: am 7c22c9a4: skeleton structure for NDK site

* commit '0d98fcbd93d661348dcaf17647614254d2265ab2':
  skeleton structure for NDK site

9 years agoam 263e22d4: am 051f18f0: am f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53...
Andrew Hsieh [Tue, 14 Apr 2015 03:01:10 +0000 (03:01 +0000)]
am 263e22d4: am 051f18f0: am f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53-843419""

* commit '263e22d424a80de023143c4758e1e534c726a07d':
  Revert "Enable linker -fix-cortex-a53-843419"

9 years agoam d4565d8f: am def19e79: am 7c22c9a4: skeleton structure for NDK site
smain@google.com [Tue, 14 Apr 2015 02:43:59 +0000 (02:43 +0000)]
am d4565d8f: am def19e79: am 7c22c9a4: skeleton structure for NDK site

* commit 'd4565d8f38bb89a385fa27c42f0129e7330bb5f1':
  skeleton structure for NDK site

9 years agoIncrement metadata files for new families pages.
Dirk Dougherty [Tue, 14 Apr 2015 01:30:39 +0000 (18:30 -0700)]
Increment metadata files for new families pages.

Change-Id: I9df9bde9bcd04c19c92006cff337619b8c3594e7

9 years agoam 051f18f0: am f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53-843419""
Andrew Hsieh [Tue, 14 Apr 2015 00:08:51 +0000 (00:08 +0000)]
am 051f18f0: am f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53-843419""

* commit '051f18f0dce3d0e6278d5bd9b2aad03974549fb5':
  Revert "Enable linker -fix-cortex-a53-843419"

9 years agoam f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53-843419""
Andrew Hsieh [Mon, 13 Apr 2015 23:58:47 +0000 (23:58 +0000)]
am f37e96e2: Merge "Revert "Enable linker -fix-cortex-a53-843419""

* commit 'f37e96e232f7ac3d618526aafcd69705ac7bb3a4':
  Revert "Enable linker -fix-cortex-a53-843419"

9 years agoMerge "Revert "Enable linker -fix-cortex-a53-843419""
Andrew Hsieh [Mon, 13 Apr 2015 23:48:28 +0000 (23:48 +0000)]
Merge "Revert "Enable linker -fix-cortex-a53-843419""

9 years agoRevert "Enable linker -fix-cortex-a53-843419"
Andrew Hsieh [Mon, 13 Apr 2015 23:39:45 +0000 (23:39 +0000)]
Revert "Enable linker -fix-cortex-a53-843419"

This reverts commit 54b22a5a706f6556cda6ef3de13b9b0bdc22e989.

Change-Id: I23613490030783fb6da678de5a25f37caebe5f97

9 years agoam 414bb9a4: am 78622230: am 47ff7f56: Merge "Add host tool fastboot to every build."
Ying Wang [Mon, 13 Apr 2015 22:51:29 +0000 (22:51 +0000)]
am 414bb9a4: am 78622230: am 47ff7f56: Merge "Add host tool fastboot to every build."

* commit '414bb9a4823c44e2f4927f052678e56935d3a9af':
  Add host tool fastboot to every build.

9 years agoam 78622230: am 47ff7f56: Merge "Add host tool fastboot to every build."
Ying Wang [Mon, 13 Apr 2015 22:27:54 +0000 (22:27 +0000)]
am 78622230: am 47ff7f56: Merge "Add host tool fastboot to every build."

* commit '7862223034dee3ef9ac35e3a5346a24c77eacd1b':
  Add host tool fastboot to every build.

9 years agoam 47ff7f56: Merge "Add host tool fastboot to every build."
Ying Wang [Mon, 13 Apr 2015 22:17:14 +0000 (22:17 +0000)]
am 47ff7f56: Merge "Add host tool fastboot to every build."

* commit '47ff7f56d67ca0b819a95f90d428db2e4fd3364e':
  Add host tool fastboot to every build.

9 years agoMerge "Add host tool fastboot to every build."
Ying Wang [Mon, 13 Apr 2015 22:07:40 +0000 (22:07 +0000)]
Merge "Add host tool fastboot to every build."

9 years agoAdd host tool fastboot to every build.
Ying Wang [Mon, 13 Apr 2015 21:49:19 +0000 (14:49 -0700)]
Add host tool fastboot to every build.

Some tools expect fastboot to be present even in user builds.

Change-Id: I4b6ee458eb2feb0dc7a77ec33a04219c5f4adc0d

9 years agoam ace60518: am 6bb41928: am c8400a3e: Merge "Add --include-cfi compiler option."
David Srbecky [Mon, 13 Apr 2015 21:13:22 +0000 (21:13 +0000)]
am ace60518: am 6bb41928: am c8400a3e: Merge "Add --include-cfi compiler option."

* commit 'ace60518c3a19fae779b350795ac3d46d2833feb':
  Add --include-cfi compiler option.

9 years agoam def19e79: am 7c22c9a4: skeleton structure for NDK site
smain@google.com [Mon, 13 Apr 2015 21:06:02 +0000 (21:06 +0000)]
am def19e79: am 7c22c9a4: skeleton structure for NDK site

* commit 'def19e7974cbf1c17dce8f6e25d1bfefb8c55a92':
  skeleton structure for NDK site

9 years agoam 7c22c9a4: skeleton structure for NDK site
smain@google.com [Mon, 13 Apr 2015 20:53:34 +0000 (20:53 +0000)]
am 7c22c9a4: skeleton structure for NDK site

* commit '7c22c9a45ceb44d5c7b4237b89e4227acd839374':
  skeleton structure for NDK site

9 years agoam 6bb41928: am c8400a3e: Merge "Add --include-cfi compiler option."
David Srbecky [Mon, 13 Apr 2015 20:51:53 +0000 (20:51 +0000)]
am 6bb41928: am c8400a3e: Merge "Add --include-cfi compiler option."

* commit '6bb41928e4fe2673a036a4bfa1625c5598cf14f1':
  Add --include-cfi compiler option.

9 years agoam c8400a3e: Merge "Add --include-cfi compiler option."
David Srbecky [Mon, 13 Apr 2015 20:45:04 +0000 (20:45 +0000)]
am c8400a3e: Merge "Add --include-cfi compiler option."

* commit 'c8400a3e2fa2e647b74042f1f32bd83dbae255d4':
  Add --include-cfi compiler option.

9 years agoMerge "Add --include-cfi compiler option."
David Srbecky [Mon, 13 Apr 2015 20:34:49 +0000 (20:34 +0000)]
Merge "Add --include-cfi compiler option."

9 years agoskeleton structure for NDK site
smain@google.com [Sat, 11 Apr 2015 03:38:47 +0000 (20:38 -0700)]
skeleton structure for NDK site

Change-Id: Id9f490f69231c9ab0e846d0e983969a14c67a497

9 years agoAdd --include-cfi compiler option.
David Srbecky [Mon, 13 Apr 2015 18:50:51 +0000 (19:50 +0100)]
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

9 years agoMerge "Adding libsonic to base.mk"
Ricardo Garcia [Mon, 13 Apr 2015 17:55:19 +0000 (17:55 +0000)]
Merge "Adding libsonic to base.mk"

9 years agoam 00b0f345: am 45c4c5af: am 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"
Andrew Hsieh [Mon, 13 Apr 2015 03:38:35 +0000 (03:38 +0000)]
am 00b0f345: am 45c4c5af: am 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"

* commit '00b0f345b62065979dbebb648e4d549953577ac3':
  Enable linker -fix-cortex-a53-843419

9 years agoam 45c4c5af: am 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"
Andrew Hsieh [Mon, 13 Apr 2015 03:16:51 +0000 (03:16 +0000)]
am 45c4c5af: am 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"

* commit '45c4c5af9e226231167d374b27e30c6bf0e073ea':
  Enable linker -fix-cortex-a53-843419

9 years agoam 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"
Andrew Hsieh [Mon, 13 Apr 2015 03:11:45 +0000 (03:11 +0000)]
am 7bd978c2: Merge "Enable linker -fix-cortex-a53-843419"

* commit '7bd978c2b33c4c9ce2e75923a3eddc5643d03888':
  Enable linker -fix-cortex-a53-843419

9 years agoMerge "Enable linker -fix-cortex-a53-843419"
Andrew Hsieh [Mon, 13 Apr 2015 03:06:48 +0000 (03:06 +0000)]
Merge "Enable linker -fix-cortex-a53-843419"

9 years agoam 0a4bfe82: am bc8bb112: am f69594b1: am cccdfc8a: Deleting or modifying files in...
David Friedman [Sat, 11 Apr 2015 03:31:43 +0000 (03:31 +0000)]
am 0a4bfe82: am bc8bb112: am f69594b1: am cccdfc8a: Deleting or modifying files in new templates-ndk directory.

* commit '0a4bfe82c3902a16adaca23746e4bee7d9f70cfa':
  Deleting or modifying files in new templates-ndk directory.

9 years agoam bc8bb112: am f69594b1: am cccdfc8a: Deleting or modifying files in new templates...
David Friedman [Sat, 11 Apr 2015 03:11:26 +0000 (03:11 +0000)]
am bc8bb112: am f69594b1: am cccdfc8a: Deleting or modifying files in new templates-ndk directory.

* commit 'bc8bb112edfd949fb44f7511d40e5afcc5a6ec14':
  Deleting or modifying files in new templates-ndk directory.

9 years agoam f69594b1: am cccdfc8a: Deleting or modifying files in new templates-ndk directory.
David Friedman [Sat, 11 Apr 2015 03:02:27 +0000 (03:02 +0000)]
am f69594b1: am cccdfc8a: Deleting or modifying files in new templates-ndk directory.

* commit 'f69594b164da237d54288631ce457e6add636133':
  Deleting or modifying files in new templates-ndk directory.

9 years agoam cccdfc8a: Deleting or modifying files in new templates-ndk directory.
David Friedman [Sat, 11 Apr 2015 02:51:34 +0000 (02:51 +0000)]
am cccdfc8a: Deleting or modifying files in new templates-ndk directory.

* commit 'cccdfc8a21134de2137e0f3cdc49bfc65601c944':
  Deleting or modifying files in new templates-ndk directory.

9 years agoam 503363c6: am 21132c61: am d5df2d94: am 53b7c759: Cloned templates-sdk to create...
David Friedman [Sat, 11 Apr 2015 02:12:07 +0000 (02:12 +0000)]
am 503363c6: am 21132c61: am d5df2d94: am 53b7c759: Cloned templates-sdk to create baseline for templates-ndk

* commit '503363c60d87be1cd816f582d823e57ddd2b149b':
  Cloned templates-sdk to create baseline for templates-ndk

9 years agoam 7dc6d60b: am b35ecf96: am c005ee25: am fd16d093: Revert "Cloned sdk-templates...
David Friedman [Sat, 11 Apr 2015 02:12:06 +0000 (02:12 +0000)]
am 7dc6d60b: am b35ecf96: am c005ee25: am fd16d093: Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

* commit '7dc6d60b46184e307f87643fbb100350171f13dd':
  Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

9 years agoam 8441c1d4: am 3df0e226: am 188a2bab: am 84520abc: Cloned sdk-templates directory...
David Friedman [Sat, 11 Apr 2015 01:56:29 +0000 (01:56 +0000)]
am 8441c1d4: am 3df0e226: am 188a2bab: am 84520abc: Cloned sdk-templates directory to create an ndk-templates directory for production use.

* commit '8441c1d444ebb468d63fec6b7562e7399d32aea6':
  Cloned sdk-templates directory to create an ndk-templates directory for production use.

9 years agoam 21132c61: am d5df2d94: am 53b7c759: Cloned templates-sdk to create baseline for...
David Friedman [Sat, 11 Apr 2015 01:50:57 +0000 (01:50 +0000)]
am 21132c61: am d5df2d94: am 53b7c759: Cloned templates-sdk to create baseline for templates-ndk

* commit '21132c6173753c94437dee0eb9e6c39638889009':
  Cloned templates-sdk to create baseline for templates-ndk

9 years agoam b35ecf96: am c005ee25: am fd16d093: Revert "Cloned sdk-templates directory to...
David Friedman [Sat, 11 Apr 2015 01:50:56 +0000 (01:50 +0000)]
am b35ecf96: am c005ee25: am fd16d093: Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

* commit 'b35ecf96a37ac31d04032836fc09d4f2c85a7e64':
  Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

9 years agoam d5df2d94: am 53b7c759: Cloned templates-sdk to create baseline for templates-ndk
David Friedman [Sat, 11 Apr 2015 01:41:20 +0000 (01:41 +0000)]
am d5df2d94: am 53b7c759: Cloned templates-sdk to create baseline for templates-ndk

* commit 'd5df2d949bb83b37f6cc7491a3b87dc4b29b7ff1':
  Cloned templates-sdk to create baseline for templates-ndk

9 years agoam c005ee25: am fd16d093: Revert "Cloned sdk-templates directory to create an ndk...
David Friedman [Sat, 11 Apr 2015 01:41:18 +0000 (01:41 +0000)]
am c005ee25: am fd16d093: Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

* commit 'c005ee2518926c8f019048c9d6264061c2eb3994':
  Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

9 years agoDeleting or modifying files in new templates-ndk directory.
David Friedman [Sat, 11 Apr 2015 01:27:57 +0000 (18:27 -0700)]
Deleting or modifying files in new templates-ndk directory.

Change-Id: I0244cd55e2ae25c08672fdf546a386592156e681

9 years agoam 53b7c759: Cloned templates-sdk to create baseline for templates-ndk
David Friedman [Sat, 11 Apr 2015 01:34:51 +0000 (01:34 +0000)]
am 53b7c759: Cloned templates-sdk to create baseline for templates-ndk

* commit '53b7c759ffaf80d87416a19ff2d3474e9fef52cb':
  Cloned templates-sdk to create baseline for templates-ndk

9 years agoam fd16d093: Revert "Cloned sdk-templates directory to create an ndk-templates direct...
David Friedman [Sat, 11 Apr 2015 01:34:50 +0000 (01:34 +0000)]
am fd16d093: Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

* commit 'fd16d0930a5a6a74dce77c9a2da5707a6078d3f1':
  Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

9 years agoam 3df0e226: am 188a2bab: am 84520abc: Cloned sdk-templates directory to create an...
David Friedman [Sat, 11 Apr 2015 01:29:53 +0000 (01:29 +0000)]
am 3df0e226: am 188a2bab: am 84520abc: Cloned sdk-templates directory to create an ndk-templates directory for production use.

* commit '3df0e2266584ad73ee2fc02e75051c1ae7ee480c':
  Cloned sdk-templates directory to create an ndk-templates directory for production use.

9 years agoam 188a2bab: am 84520abc: Cloned sdk-templates directory to create an ndk-templates...
David Friedman [Sat, 11 Apr 2015 01:20:05 +0000 (01:20 +0000)]
am 188a2bab: am 84520abc: Cloned sdk-templates directory to create an ndk-templates directory for production use.

* commit '188a2bab026237eebe9a773dd8fc287eb9a714be':
  Cloned sdk-templates directory to create an ndk-templates directory for production use.

9 years agoCloned templates-sdk to create baseline for templates-ndk
David Friedman [Sat, 11 Apr 2015 01:19:45 +0000 (18:19 -0700)]
Cloned templates-sdk to create baseline for templates-ndk

Change-Id: I34f3eccc02fab99f43e01ae4e51c1027193acd9a

9 years agoam 84520abc: Cloned sdk-templates directory to create an ndk-templates directory...
David Friedman [Sat, 11 Apr 2015 01:10:48 +0000 (01:10 +0000)]
am 84520abc: Cloned sdk-templates directory to create an ndk-templates directory for production use.

* commit '84520abc75adda2e42e9e8d7365cfb41feca5268':
  Cloned sdk-templates directory to create an ndk-templates directory for production use.

9 years agoRevert "Cloned sdk-templates directory to create an ndk-templates directory for produ...
David Friedman [Sat, 11 Apr 2015 01:07:39 +0000 (01:07 +0000)]
Revert "Cloned sdk-templates directory to create an ndk-templates directory for production use."

This reverts commit 84520abc75adda2e42e9e8d7365cfb41feca5268.

Change-Id: Id0734d134e424f1a101362781171371566f2ad7f

9 years agoCloned sdk-templates directory to create an ndk-templates directory for
David Friedman [Fri, 10 Apr 2015 23:46:14 +0000 (16:46 -0700)]
Cloned sdk-templates directory to create an ndk-templates directory for
production use.

Change-Id: Icf205892d98f5a58350d140b0b0c56d0dceea111

9 years agoAdding libsonic to base.mk
Ricardo Garcia [Fri, 10 Apr 2015 22:43:30 +0000 (15:43 -0700)]
Adding libsonic to base.mk

Adding Sonic library to base
bug: 19196501

Change-Id: Id39a3a2f843aadf2808a10d2017151461db2c9b2

9 years agoam 1a2fd2eb: am 05130993: am dbecad05: Merge "Use -Wno-format-pedantic to disable...
Pirama Arumuga Nainar [Fri, 10 Apr 2015 21:58:51 +0000 (21:58 +0000)]
am 1a2fd2eb: am 05130993: am dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressive format string warning."

* commit '1a2fd2eb1ac5160feb020b65a030c9b2c66d5dfc':
  Use -Wno-format-pedantic to disable overly aggressive format string warning.

9 years agoam 05130993: am dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressiv...
Pirama Arumuga Nainar [Fri, 10 Apr 2015 21:38:40 +0000 (21:38 +0000)]
am 05130993: am dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressive format string warning."

* commit '05130993f4f5f76773022eee6f0f198816e63e91':
  Use -Wno-format-pedantic to disable overly aggressive format string warning.

9 years agoam dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressive format...
Pirama Arumuga Nainar [Fri, 10 Apr 2015 21:31:18 +0000 (21:31 +0000)]
am dbecad05: Merge "Use -Wno-format-pedantic to disable overly aggressive format string warning."

* commit 'dbecad05a9a9272a844d8649a89b987eb560c875':
  Use -Wno-format-pedantic to disable overly aggressive format string warning.

9 years agoMerge "Use -Wno-format-pedantic to disable overly aggressive format string warning."
Pirama Arumuga Nainar [Fri, 10 Apr 2015 21:22:52 +0000 (21:22 +0000)]
Merge "Use -Wno-format-pedantic to disable overly aggressive format string warning."