OSDN Git Service

android-x86/build.git
10 years agoam 84f12ed9: am 13722ac8: Merge "SignApk: update SignApk to support SHA256withRSA...
Kenny Root [Fri, 20 Sep 2013 21:22:12 +0000 (14:22 -0700)]
am 84f12ed9: am 13722ac8: Merge "SignApk: update SignApk to support SHA256withRSA signing"

* commit '84f12ed9d8cf24cdc937d761bbc768db0abb30d6':
  SignApk: update SignApk to support SHA256withRSA signing

10 years agoam 13722ac8: Merge "SignApk: update SignApk to support SHA256withRSA signing"
Kenny Root [Fri, 20 Sep 2013 21:20:24 +0000 (14:20 -0700)]
am 13722ac8: Merge "SignApk: update SignApk to support SHA256withRSA signing"

* commit '13722ac89f5512b932f13895217a6f861b77f57e':
  SignApk: update SignApk to support SHA256withRSA signing

10 years agoMerge "SignApk: update SignApk to support SHA256withRSA signing"
Kenny Root [Fri, 20 Sep 2013 21:18:44 +0000 (21:18 +0000)]
Merge "SignApk: update SignApk to support SHA256withRSA signing"

10 years agoSignApk: update SignApk to support SHA256withRSA signing
Doug Zongker [Wed, 10 Apr 2013 16:19:32 +0000 (09:19 -0700)]
SignApk: update SignApk to support SHA256withRSA signing

(cherry picked from commit c0581a02ede48007623030c4ce13174ee972cc42)

Change-Id: I6212e0f3a6aa3265b111f0f7348b667af4a668b0

10 years agoam 00a218a9: am 14e066d5: am 4ec62cee: am 40de3237: add support for custom <head...
Scott Main [Fri, 20 Sep 2013 17:09:33 +0000 (10:09 -0700)]
am 00a218a9: am 14e066d5: am 4ec62cee: am 40de3237: add support for custom <head> tags in each file with page.customHeadTag HDF var

* commit '00a218a9c818fd69b8f43b950109183d13f01296':
  add support for custom <head> tags in each file with page.customHeadTag HDF var

10 years agoam 14e066d5: am 4ec62cee: am 40de3237: add support for custom <head> tags in each...
Scott Main [Fri, 20 Sep 2013 17:07:04 +0000 (10:07 -0700)]
am 14e066d5: am 4ec62cee: am 40de3237: add support for custom <head> tags in each file with page.customHeadTag HDF var

* commit '14e066d5c8aedfad8b29b6784793f416af01e392':
  add support for custom <head> tags in each file with page.customHeadTag HDF var

10 years agoam 4ec62cee: am 40de3237: add support for custom <head> tags in each file with page...
Scott Main [Fri, 20 Sep 2013 17:04:27 +0000 (10:04 -0700)]
am 4ec62cee: am 40de3237: add support for custom <head> tags in each file with page.customHeadTag HDF var

* commit '4ec62ceeac20522101ddd9baaddb3ee26db8a9f2':
  add support for custom <head> tags in each file with page.customHeadTag HDF var

10 years agoam 40de3237: add support for custom <head> tags in each file with page.customHeadTag...
Scott Main [Fri, 20 Sep 2013 17:01:06 +0000 (10:01 -0700)]
am 40de3237: add support for custom <head> tags in each file with page.customHeadTag HDF var

* commit '40de323797294ae4c6f41c958df9ef81cfa33ecb':
  add support for custom <head> tags in each file with page.customHeadTag HDF var

10 years agoadd support for custom <head> tags in each file with page.customHeadTag HDF var
Scott Main [Fri, 20 Sep 2013 15:50:17 +0000 (08:50 -0700)]
add support for custom <head> tags in each file with page.customHeadTag HDF var

Change-Id: I377910acec78c600d20cf10ca6aa706750107093

10 years agoam 71fc41df: Enable art for user builds
Brian Carlstrom [Thu, 19 Sep 2013 23:03:32 +0000 (16:03 -0700)]
am 71fc41df: Enable art for user builds

* commit '71fc41df1eea345949e8e838b573ac367a52f9c7':
  Enable art for user builds

10 years agoEnable art for user builds
Brian Carlstrom [Thu, 12 Sep 2013 07:22:42 +0000 (00:22 -0700)]
Enable art for user builds

Bug: 10069754
Change-Id: Iaaff33a97bd7b68b2e8d84cd0034b15dde8a4316

10 years agoresolved conflicts for merge of 70190a2b to klp-dev-plus-aosp
Ying Wang [Thu, 19 Sep 2013 17:15:38 +0000 (10:15 -0700)]
resolved conflicts for merge of 70190a2b to klp-dev-plus-aosp

Change-Id: I9abcb4e258ad95912860dcae2973c4e417b05369

10 years agoam b71677b1: Merge "Extend x86 to have different arch variants"
Ying Wang [Thu, 19 Sep 2013 16:47:27 +0000 (09:47 -0700)]
am b71677b1: Merge "Extend x86 to have different arch variants"

* commit 'b71677b17cc0100caf16209bfcd1eee529e2eb5a':
  Extend x86 to have different arch variants

10 years agoMerge "Extend x86 to have different arch variants"
Ying Wang [Thu, 19 Sep 2013 16:45:15 +0000 (16:45 +0000)]
Merge "Extend x86 to have different arch variants"

10 years agoExtend x86 to have different arch variants
Negreanu Marius Adrian [Wed, 28 Sep 2011 14:47:50 +0000 (17:47 +0300)]
Extend x86 to have different arch variants

Author: Negreanu Marius Adrian <adrian.m.negreanu@intel.com>
Author: Andrew Boie <andrew.p.boie@intel.com>
Author: Daniel Leung <daniel.leung@intel.com>

Currently, x86 target only has generic i686 and x86-atom
as arch variants. This patch adds the ability to have
more than two arch variants. Defining a new arch variant
is similiar to ARM targets, by adding a new file in
core/combo/arch/x86. These files also define what
capabilities the targeting CPU has (e.g. having SSE2,
SSE3, etc.).

We define arch variants for Sandy Bridge, Ivy Bridge,
Haswell; upcoming arches can be easily added to this
set with future patches.

Change-Id: Iafbce10d205e860738db4a216ff603f9a84d7311
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
10 years agoam eca25767: am ba164eb1: Merge "Remove unnecessary dependencies between host and...
Ying Wang [Wed, 18 Sep 2013 16:06:52 +0000 (09:06 -0700)]
am eca25767: am ba164eb1: Merge "Remove unnecessary dependencies between host and target modules."

* commit 'eca25767aed8262cd32fb31c93b2fde642d867d2':
  Remove unnecessary dependencies between host and target modules.

10 years agoam ba164eb1: Merge "Remove unnecessary dependencies between host and target modules."
Ying Wang [Wed, 18 Sep 2013 16:04:07 +0000 (09:04 -0700)]
am ba164eb1: Merge "Remove unnecessary dependencies between host and target modules."

* commit 'ba164eb138a27cb7c8b5bc990b633ef954cc0f1b':
  Remove unnecessary dependencies between host and target modules.

10 years agoMerge "Remove unnecessary dependencies between host and target modules."
Ying Wang [Wed, 18 Sep 2013 16:02:03 +0000 (16:02 +0000)]
Merge "Remove unnecessary dependencies between host and target modules."

10 years agoRemove unnecessary dependencies between host and target modules.
Ying Wang [Fri, 7 Jun 2013 01:05:53 +0000 (18:05 -0700)]
Remove unnecessary dependencies between host and target modules.

With this change, modules introduced by LOCAL_REQUIRED_MODULES will be
split by host/target: target modules only depend on target modules and
host modules only depend on host modules.

Bug: 9303948
Change-Id: I4078a7983aa3c00e99534f3f170dfe4b66b12287

10 years agoam 24cffbac: Merge "Add oatdump for ART to go with dexdump for Dalvik" into klp-dev
Brian Carlstrom [Wed, 18 Sep 2013 06:43:55 +0000 (23:43 -0700)]
am 24cffbac: Merge "Add oatdump for ART to go with dexdump for Dalvik" into klp-dev

* commit '24cffbac65dfc1dd17f45dc008abc36140c81032':
  Add oatdump for ART to go with dexdump for Dalvik

10 years agoMerge "Add oatdump for ART to go with dexdump for Dalvik" into klp-dev
Brian Carlstrom [Wed, 18 Sep 2013 06:41:37 +0000 (06:41 +0000)]
Merge "Add oatdump for ART to go with dexdump for Dalvik" into klp-dev

10 years agoam 22b85cc1: Merge "Add loudness enhancer to platform" into klp-dev
Jean-Michel Trivi [Wed, 18 Sep 2013 01:53:08 +0000 (18:53 -0700)]
am 22b85cc1: Merge "Add loudness enhancer to platform" into klp-dev

* commit '22b85cc1144b0710a611ac8e0568b73fe3a52368':
  Add loudness enhancer to platform

10 years agoMerge "Add loudness enhancer to platform" into klp-dev
Jean-Michel Trivi [Wed, 18 Sep 2013 01:48:35 +0000 (01:48 +0000)]
Merge "Add loudness enhancer to platform" into klp-dev

10 years agoAdd oatdump for ART to go with dexdump for Dalvik
Brian Carlstrom [Wed, 18 Sep 2013 01:25:12 +0000 (18:25 -0700)]
Add oatdump for ART to go with dexdump for Dalvik

Bug: 10807447
Change-Id: I48d1bc0ca025215383161dbf160d4f9270d97496

10 years agoam 7d153833: am a85afdb8: Merge "Add support for WITHOUT_CLANG"
Ying Wang [Mon, 16 Sep 2013 20:43:32 +0000 (13:43 -0700)]
am 7d153833: am a85afdb8: Merge "Add support for WITHOUT_CLANG"

* commit '7d153833d8002c824af9c8904be6b1765e864445':
  Add support for WITHOUT_CLANG

10 years agoam a85afdb8: Merge "Add support for WITHOUT_CLANG"
Ying Wang [Mon, 16 Sep 2013 20:40:49 +0000 (13:40 -0700)]
am a85afdb8: Merge "Add support for WITHOUT_CLANG"

* commit 'a85afdb83d4d9d0fb03024eee9937b0882dd81ad':
  Add support for WITHOUT_CLANG

10 years agoMerge "Add support for WITHOUT_CLANG"
Ying Wang [Mon, 16 Sep 2013 20:38:28 +0000 (20:38 +0000)]
Merge "Add support for WITHOUT_CLANG"

10 years agoam f52651ef: Merge "Add default WallpaperCropper to the build" into klp-dev
Michael Jurka [Mon, 16 Sep 2013 19:16:53 +0000 (12:16 -0700)]
am f52651ef: Merge "Add default WallpaperCropper to the build" into klp-dev

* commit 'f52651ef2791292ba6c50f98a6558e9e0a3b0b61':
  Add default WallpaperCropper to the build

10 years agoMerge "Add default WallpaperCropper to the build" into klp-dev
Michael Jurka [Mon, 16 Sep 2013 19:13:56 +0000 (19:13 +0000)]
Merge "Add default WallpaperCropper to the build" into klp-dev

10 years agoam 1a1bcae3: am 8b4e768f: am 013bf8c8: am e48657b2: Revert "remove renderscript suppo...
Scott Main [Mon, 16 Sep 2013 18:07:11 +0000 (11:07 -0700)]
am 1a1bcae3: am 8b4e768f: am 013bf8c8: am e48657b2: Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

* commit '1a1bcae35d8354714268b186551d8bff279cb5d2':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

10 years agoam 8b4e768f: am 013bf8c8: am e48657b2: Revert "remove renderscript support lib from...
Scott Main [Mon, 16 Sep 2013 18:05:17 +0000 (11:05 -0700)]
am 8b4e768f: am 013bf8c8: am e48657b2: Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

* commit '8b4e768ffd159772ed064a948433028f1e39a386':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

10 years agoam 013bf8c8: am e48657b2: Revert "remove renderscript support lib from javadocs"...
Scott Main [Mon, 16 Sep 2013 18:03:15 +0000 (11:03 -0700)]
am 013bf8c8: am e48657b2: Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

* commit '013bf8c8c46b844eb58e376b3a45ecfa4f5f4763':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

10 years agoam e48657b2: Revert "remove renderscript support lib from javadocs" ... put support...
Scott Main [Mon, 16 Sep 2013 18:01:54 +0000 (11:01 -0700)]
am e48657b2: Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

* commit 'e48657b2aeac15b522e5ba60e4719844e2d8183f':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

10 years agoam f8068c2f: Remove Terminal for now.
Jeff Sharkey [Mon, 16 Sep 2013 17:45:09 +0000 (10:45 -0700)]
am f8068c2f: Remove Terminal for now.

* commit 'f8068c2fbcd149547f4c6e35a091745927712a22':
  Remove Terminal for now.

10 years agoRevert "remove renderscript support lib from javadocs"
Scott Main [Thu, 12 Sep 2013 18:45:05 +0000 (18:45 +0000)]
Revert "remove renderscript support lib from javadocs"
... put support lib javadocs for renderscript back in.

This reverts commit 5b743677eb4bb91af98b005651370885bdaae3e5.

Change-Id: Ia093b04e79ed35d18d9ced7b827a0b06ec4439c1
(cherry picked from commit 27597c4d8ee7623152bf908b05eed6b869987c14)

10 years agoRemove Terminal for now.
Jeff Sharkey [Mon, 16 Sep 2013 17:37:36 +0000 (10:37 -0700)]
Remove Terminal for now.

Bug: 10780928
Change-Id: Iab3991e8d7df7d29e108e389ea18702c5e7efa25

10 years agoAdd support for WITHOUT_CLANG
Mike Lockwood [Fri, 14 Jun 2013 17:52:50 +0000 (10:52 -0700)]
Add support for WITHOUT_CLANG

(cherry picked from commit 051a1740eb434e317451c09b72ae09c81cbfa1c1)

Change-Id: I60b7d1fa958557d13b74563c07f694b86d6a6d6f

10 years agoAdd loudness enhancer to platform
Jean-Michel Trivi [Tue, 10 Sep 2013 16:41:06 +0000 (09:41 -0700)]
Add loudness enhancer to platform

Add loudness enhancement audio effect to the platform.

Bug 8413913

Change-Id: I00cf4ca6f68572594731102d33ae525b57d43d96

10 years agoAdd default WallpaperCropper to the build
Michael Jurka [Mon, 16 Sep 2013 11:07:50 +0000 (13:07 +0200)]
Add default WallpaperCropper to the build

10 years agoam fad629f4: am 7f2ad751: Merge "Switch x86 default compiler to multilib version"
Ying Wang [Sat, 14 Sep 2013 20:49:15 +0000 (13:49 -0700)]
am fad629f4: am 7f2ad751: Merge "Switch x86 default compiler to multilib version"

* commit 'fad629f4dd07720b427c6a219ad93886e23ca277':
  Switch x86 default compiler to multilib version

10 years agoam 7f2ad751: Merge "Switch x86 default compiler to multilib version"
Ying Wang [Sat, 14 Sep 2013 20:47:03 +0000 (13:47 -0700)]
am 7f2ad751: Merge "Switch x86 default compiler to multilib version"

* commit '7f2ad751aebf9d13d63f20a451c28d4a41c4569a':
  Switch x86 default compiler to multilib version

10 years agoMerge "Switch x86 default compiler to multilib version"
Ying Wang [Sat, 14 Sep 2013 20:44:59 +0000 (20:44 +0000)]
Merge "Switch x86 default compiler to multilib version"

11 years agoam b7530442: am a18b429f: am fe340fac: am e624b3fa: update the init_google_navtree2...
Scott Main [Sat, 14 Sep 2013 01:03:33 +0000 (18:03 -0700)]
am b7530442: am a18b429f: am fe340fac: am e624b3fa: update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

* commit 'b7530442594903a0a0a9bb0b9cb41edc8c0de72b':
  update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

11 years agoam a18b429f: am fe340fac: am e624b3fa: update the init_google_navtree2 method to...
Scott Main [Sat, 14 Sep 2013 01:00:16 +0000 (18:00 -0700)]
am a18b429f: am fe340fac: am e624b3fa: update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

* commit 'a18b429fd3792b7c3fad2e0682aa39990b332c98':
  update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

11 years agoam fe340fac: am e624b3fa: update the init_google_navtree2 method to handle new format...
Scott Main [Sat, 14 Sep 2013 00:58:32 +0000 (17:58 -0700)]
am fe340fac: am e624b3fa: update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

* commit 'fe340fac5aa08c9bbba6ce22521a10fce1b811f8':
  update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

11 years agoam e624b3fa: update the init_google_navtree2 method to handle new format for sample...
Scott Main [Sat, 14 Sep 2013 00:55:54 +0000 (17:55 -0700)]
am e624b3fa: update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

* commit 'e624b3fa474283e0c8d869b9d1754f001e83e349':
  update the init_google_navtree2 method to handle new format for sample nav tree data. and update highlighting logic to handle hashtags

11 years agoresolved conflicts for merge of 65d5e788 to klp-dev-plus-aosp
Ying Wang [Sat, 14 Sep 2013 00:50:29 +0000 (17:50 -0700)]
resolved conflicts for merge of 65d5e788 to klp-dev-plus-aosp

Change-Id: Iad8793c5e53b239425e9bba1b6a925265ff8d130

11 years agoam 4b7d8f11: Merge "Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS"
Ying Wang [Sat, 14 Sep 2013 00:43:34 +0000 (17:43 -0700)]
am 4b7d8f11: Merge "Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS"

* commit '4b7d8f119a15a21445d6bc872b8e36e6f848e846':
  Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS

11 years agoMerge "Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS"
Ying Wang [Sat, 14 Sep 2013 00:41:30 +0000 (00:41 +0000)]
Merge "Fix parsing string parameters in BOARD_MKBOOTIMG_ARGS"

11 years agoupdate the init_google_navtree2 method to handle new format for sample nav tree data.
Scott Main [Thu, 12 Sep 2013 19:56:41 +0000 (12:56 -0700)]
update the init_google_navtree2 method to handle new format for sample nav tree data.
and update highlighting logic to handle hashtags

Change-Id: I77de8faaaeed12317aa83086df8273648a1ff00a

11 years agoam 169395bf: am 0407e1a8: Merge "Rename bin/clang to bin/analyzer"
Andrew Hsieh [Fri, 13 Sep 2013 17:37:00 +0000 (10:37 -0700)]
am 169395bf: am 0407e1a8: Merge "Rename bin/clang to bin/analyzer"

* commit '169395bf1a7378db1ffbb50f3c6461d9dab17596':
  Rename bin/clang to bin/analyzer

11 years agoam 0407e1a8: Merge "Rename bin/clang to bin/analyzer"
Andrew Hsieh [Fri, 13 Sep 2013 17:34:00 +0000 (10:34 -0700)]
am 0407e1a8: Merge "Rename bin/clang to bin/analyzer"

* commit '0407e1a849c317885eac51416374994f04de9af6':
  Rename bin/clang to bin/analyzer

11 years agoMerge "Rename bin/clang to bin/analyzer"
Andrew Hsieh [Fri, 13 Sep 2013 17:32:08 +0000 (17:32 +0000)]
Merge "Rename bin/clang to bin/analyzer"

11 years agoRename bin/clang to bin/analyzer
Andrew Hsieh [Fri, 13 Sep 2013 07:49:39 +0000 (15:49 +0800)]
Rename bin/clang to bin/analyzer

Change-Id: Ie77018e4943823f7d0f18e9249f973a98ee3652a

11 years agoam 3057adba: Drop the [no]proguard. prefix for the intermediate targets
Ying Wang [Fri, 13 Sep 2013 04:37:25 +0000 (21:37 -0700)]
am 3057adba: Drop the [no]proguard. prefix for the intermediate targets

* commit '3057adbace1eb57cd73f982eb06d897632ece554':
  Drop the [no]proguard. prefix for the intermediate targets

11 years agoDrop the [no]proguard. prefix for the intermediate targets
Ying Wang [Fri, 13 Sep 2013 00:35:21 +0000 (17:35 -0700)]
Drop the [no]proguard. prefix for the intermediate targets

Since we have enabled Progaurd for all build variants, we don't need the
different naming scheme along the path to make incremental build work
properly when you switch build variant.
As a result, this fixes the nothing-to-do-do-build-gets-something-build bug
introduced by the multi-dex change.

Change-Id: I907ff13091013d28910b0aa190b9218144385132

11 years agoam 3938f3e1: am 7cba6168: am 9a3fb871: Merge "Revert "remove renderscript support...
Scott Main [Thu, 12 Sep 2013 19:19:36 +0000 (12:19 -0700)]
am 3938f3e1: am 7cba6168: am 9a3fb871: Merge "Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in." into jb-mr2-ub-dev

* commit '3938f3e1af045e887735884b059224a86f46db74':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

11 years agoam 7cba6168: am 9a3fb871: Merge "Revert "remove renderscript support lib from javadoc...
Scott Main [Thu, 12 Sep 2013 19:17:26 +0000 (12:17 -0700)]
am 7cba6168: am 9a3fb871: Merge "Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in." into jb-mr2-ub-dev

* commit '7cba6168c3cf7681e6200f78bfbf8deacc2f735c':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

11 years agoam 9a3fb871: Merge "Revert "remove renderscript support lib from javadocs" ... put...
Scott Main [Thu, 12 Sep 2013 19:16:02 +0000 (12:16 -0700)]
am 9a3fb871: Merge "Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in." into jb-mr2-ub-dev

* commit '9a3fb8711f93751ba3e709f4e99691147e6c2c93':
  Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in.

11 years agoMerge "Revert "remove renderscript support lib from javadocs" ... put support lib...
Scott Main [Thu, 12 Sep 2013 19:14:19 +0000 (19:14 +0000)]
Merge "Revert "remove renderscript support lib from javadocs" ... put support lib javadocs for renderscript back in." into jb-mr2-ub-dev

11 years agoresolved conflicts for merge of ecbc22ea to klp-dev-plus-aosp
Kenny Root [Thu, 12 Sep 2013 19:00:55 +0000 (12:00 -0700)]
resolved conflicts for merge of ecbc22ea to klp-dev-plus-aosp

Change-Id: I72314a9fca71529816245c137b6ab2f8edaf94b8

11 years agoam 43077645: Merge "Add libcore.conscrypt tests back to CTS"
Kenny Root [Thu, 12 Sep 2013 18:55:42 +0000 (11:55 -0700)]
am 43077645: Merge "Add libcore.conscrypt tests back to CTS"

* commit '43077645b5ade27fafff808f11539f6a3e176544':
  Add libcore.conscrypt tests back to CTS

11 years agoMerge "Add libcore.conscrypt tests back to CTS"
Kenny Root [Thu, 12 Sep 2013 18:53:38 +0000 (18:53 +0000)]
Merge "Add libcore.conscrypt tests back to CTS"

11 years agoRevert "remove renderscript support lib from javadocs"
Scott Main [Thu, 12 Sep 2013 18:45:05 +0000 (18:45 +0000)]
Revert "remove renderscript support lib from javadocs"
... put support lib javadocs for renderscript back in.

This reverts commit 5b743677eb4bb91af98b005651370885bdaae3e5.

Change-Id: Ia093b04e79ed35d18d9ced7b827a0b06ec4439c1

11 years agoam 5839c0f2: Remove libchromium_net from the base product.
Torne (Richard Coles) [Thu, 12 Sep 2013 16:49:01 +0000 (09:49 -0700)]
am 5839c0f2: Remove libchromium_net from the base product.

* commit '5839c0f23deb80cce3314172d23ba5926262aef4':
  Remove libchromium_net from the base product.

11 years agoAdd libcore.conscrypt tests back to CTS
Kenny Root [Thu, 5 Sep 2013 22:10:44 +0000 (15:10 -0700)]
Add libcore.conscrypt tests back to CTS

A reorganization of the libcore test jar files caused the Conscrypt
tests to be accidentally dropped from CTS. Add them back in their own
package.

(cherry picked from commit 69c00c9ee8e6f1d865db3bc61e16473bc64f7a28)

Bug: 10210673
Change-Id: I5ffc62736d3dab7e96e480c593e07d6c640b8950

11 years agoresolved conflicts for merge of b4ada1cc to klp-dev-plus-aosp
Kenny Root [Thu, 12 Sep 2013 16:40:58 +0000 (09:40 -0700)]
resolved conflicts for merge of b4ada1cc to klp-dev-plus-aosp

Change-Id: Id312795c1401e00c81c9b8d0712222f2933d8fcd

11 years agoam 14d43108: Merge "Add Junit4 to the classpath for CollectAllTests"
Kenny Root [Thu, 12 Sep 2013 16:18:39 +0000 (09:18 -0700)]
am 14d43108: Merge "Add Junit4 to the classpath for CollectAllTests"

* commit '14d4310803ee2b9811a7adb381a2ca54b96aefe2':
  Add Junit4 to the classpath for CollectAllTests

11 years agoRemove libchromium_net from the base product.
Torne (Richard Coles) [Thu, 12 Sep 2013 13:55:36 +0000 (14:55 +0100)]
Remove libchromium_net from the base product.

The Chromium network stack is only needed by libwebcore and stagefright,
both of which already explicitly depend on it, so there's no need for it
to be in the base package list.

Bug: 10427705
Change-Id: Ifbb089de867c577788c6310571337c39c4ce31e0

11 years agoMerge "Add Junit4 to the classpath for CollectAllTests"
Kenny Root [Thu, 12 Sep 2013 05:26:01 +0000 (05:26 +0000)]
Merge "Add Junit4 to the classpath for CollectAllTests"

11 years agoam 65202c59: include external/sil-fonts
Victoria Lease [Wed, 11 Sep 2013 18:26:45 +0000 (11:26 -0700)]
am 65202c59: include external/sil-fonts

* commit '65202c593d9a196f1e44e62cb545b1dac8935c6e':
  include external/sil-fonts

11 years agoinclude external/sil-fonts
Victoria Lease [Fri, 6 Sep 2013 21:00:38 +0000 (14:00 -0700)]
include external/sil-fonts

Bug: 10625246
Change-Id: I15c655030557e91663635b70848da86c9e0221e7
(cherry picked from commit fd1327256e698a7b5dd677bea45947fd20b23208)

11 years agoam d9fa5580: am 0c2b69d5: am d6125b5e: am 2552239a: fix most of size problems of...
Scott Main [Wed, 11 Sep 2013 17:19:47 +0000 (10:19 -0700)]
am d9fa5580: am 0c2b69d5: am d6125b5e: am 2552239a: fix most of size problems of DAC on handsets. set device-width for viewport tag

* commit 'd9fa558056871433425746499d2bbf4e4d0fc92e':
  fix most of size problems of DAC on handsets. set device-width for viewport tag

11 years agoam 0c2b69d5: am d6125b5e: am 2552239a: fix most of size problems of DAC on handsets...
Scott Main [Wed, 11 Sep 2013 17:17:38 +0000 (10:17 -0700)]
am 0c2b69d5: am d6125b5e: am 2552239a: fix most of size problems of DAC on handsets. set device-width for viewport tag

* commit '0c2b69d5b82062ecdef39297ddc7f7d86d038ad8':
  fix most of size problems of DAC on handsets. set device-width for viewport tag

11 years agoam d6125b5e: am 2552239a: fix most of size problems of DAC on handsets. set device...
Scott Main [Wed, 11 Sep 2013 17:15:04 +0000 (10:15 -0700)]
am d6125b5e: am 2552239a: fix most of size problems of DAC on handsets. set device-width for viewport tag

* commit 'd6125b5e2ff71988009bc0fd86a32876e9a6981f':
  fix most of size problems of DAC on handsets. set device-width for viewport tag

11 years agoam 2552239a: fix most of size problems of DAC on handsets. set device-width for viewp...
Scott Main [Wed, 11 Sep 2013 17:09:47 +0000 (10:09 -0700)]
am 2552239a: fix most of size problems of DAC on handsets. set device-width for viewport tag

* commit '2552239a522963429f494ff89a4be6d3831fb1fb':
  fix most of size problems of DAC on handsets. set device-width for viewport tag

11 years agoresolved conflicts for merge of 2b5d2c55 to klp-dev-plus-aosp
Andrew Hsieh [Wed, 11 Sep 2013 01:07:23 +0000 (18:07 -0700)]
resolved conflicts for merge of 2b5d2c55 to klp-dev-plus-aosp

Change-Id: Icd9d5eff3f9acba042c100f694309f902c9d56cf

11 years agoam b0f41737: Merge "Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ...""
Andrew Hsieh [Wed, 11 Sep 2013 00:10:22 +0000 (17:10 -0700)]
am b0f41737: Merge "Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ...""

* commit 'b0f4173700fc37d0765998e7c563c844ee4cbed1':
  Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ..."

11 years agoMerge "Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ...""
Andrew Hsieh [Wed, 11 Sep 2013 00:07:27 +0000 (00:07 +0000)]
Merge "Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ...""

11 years agoAdd Junit4 to the classpath for CollectAllTests
Kenny Root [Wed, 11 Sep 2013 00:00:33 +0000 (17:00 -0700)]
Add Junit4 to the classpath for CollectAllTests

This is needed for CollectAllTests to work with Junit4 tests.

Change-Id: I5e339022220b8e40bcb12337a09f3615dad7d53c

11 years agoam b5d4c0df: Merge "Update OTA to understand SELinux labels and capabilities" into...
Nick Kralevich [Tue, 10 Sep 2013 20:14:54 +0000 (13:14 -0700)]
am b5d4c0df: Merge "Update OTA to understand SELinux labels and capabilities" into klp-dev

* commit 'b5d4c0df503966f2a050af64dfa15c84f2e12c15':
  Update OTA to understand SELinux labels and capabilities

11 years agoMerge "Update OTA to understand SELinux labels and capabilities" into klp-dev
Nick Kralevich [Tue, 10 Sep 2013 20:13:18 +0000 (20:13 +0000)]
Merge "Update OTA to understand SELinux labels and capabilities" into klp-dev

11 years agoUpdate OTA to understand SELinux labels and capabilities
Nick Kralevich [Sun, 8 Sep 2013 00:10:29 +0000 (17:10 -0700)]
Update OTA to understand SELinux labels and capabilities

Update the OTA generation script to understand SELinux file
labels and file capabilities.

Make fs_config aware of SELinux labels and file capabilities, and
optionally output those elements whenever we output the
UID / GID / file perms. The information is emitted as a key=value pair
to allow for future extensibility.

Pass the SELinux file label and capabilities to the newly created
set_metadata() and set_metadata_recursive() calls. When the OTA
script fixes up filesystem permissions, it will also fix up the SELinux
labels and file capabilities.

If no SELinux label and capabilities are available for the file, use
the old set_perm and set_perm_recursive calls.

Bug: 8985290
Bug: 10183961
Bug: 10186213
Change-Id: I4fcfb2c234dbfb965cee9e62f060092a4274d22d

11 years agoAdd "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ..."
Andrew Hsieh [Tue, 10 Sep 2013 09:37:14 +0000 (17:37 +0800)]
Add "WITH_STATIC_ANALYZER=1 m/mm/mmm/mma/mmma ..."

The new option WITH_STATIC_ANALYZER=1 instructs build system to
run static analyzer via "clang --analyze" on a successful build.
If analyzer finds any issue, instruction to open report is displayed.
See http://clang-analyzer.llvm.org/scan-build.html for details.

WITH_STATIC_ANALYZER trumps WITH_SYNTAX_CHECK if both exist.

Project use lots of GCC extensions (eg. nested function) not supported
by clang may opt out by adding LOCAL_NO_STATIC_ANALYZER:=true

Change-Id: I9970560560bd52ce5f0fd7129c3488629627c735

11 years agofix most of size problems of DAC on handsets.
Scott Main [Tue, 10 Sep 2013 01:51:49 +0000 (18:51 -0700)]
fix most of size problems of DAC on handsets.
set device-width for viewport tag

Change-Id: I87854bfac990d277ba95cc7bcf37799c7f36a0ee

11 years agoam 20ef354e: Load the ONE_SHOT_MAKEFILE even in dont_bother mode
Ying Wang [Mon, 9 Sep 2013 19:17:20 +0000 (12:17 -0700)]
am 20ef354e: Load the ONE_SHOT_MAKEFILE even in dont_bother mode

* commit '20ef354e8c3a1fc10515a469fcc615935e6fb7cb':
  Load the ONE_SHOT_MAKEFILE even in dont_bother mode

11 years agoLoad the ONE_SHOT_MAKEFILE even in dont_bother mode
Ying Wang [Mon, 9 Sep 2013 19:11:02 +0000 (12:11 -0700)]
Load the ONE_SHOT_MAKEFILE even in dont_bother mode

This makes "mmm <path> snod" work again.
Note that snod has dependency on the rest of the command line goals,
which is all_modules for ONE_SHOT_MAKEFILE,
so build race condition is avoided.

Change-Id: Ib0c0e622530cde773180a095e5ec4dde1149b8e5

11 years agoam 39e08f28: Delete dead code.
Ying Wang [Mon, 9 Sep 2013 18:39:19 +0000 (11:39 -0700)]
am 39e08f28: Delete dead code.

* commit '39e08f2827584111f1cb2487ac7a1aae95df7ff0':
  Delete dead code.

11 years agoDelete dead code.
Ying Wang [Mon, 9 Sep 2013 18:35:42 +0000 (11:35 -0700)]
Delete dead code.

frameworks/policies/base/PolicyConfig.mk does no longer exist.

Change-Id: I34d4820bc7c1e19ac84095f5f2caf6aefdfe1bd3

11 years agoam fd132725: include external/sil-fonts
Victoria Lease [Fri, 6 Sep 2013 23:07:12 +0000 (16:07 -0700)]
am fd132725: include external/sil-fonts

* commit 'fd1327256e698a7b5dd677bea45947fd20b23208':
  include external/sil-fonts

11 years agoinclude external/sil-fonts
Victoria Lease [Fri, 6 Sep 2013 21:00:38 +0000 (14:00 -0700)]
include external/sil-fonts

Bug: 10625246
Change-Id: I15c655030557e91663635b70848da86c9e0221e7

11 years agoam 00fcdfed: am 0b345f58: am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb...
Dirk Dougherty [Fri, 6 Sep 2013 20:38:27 +0000 (13:38 -0700)]
am 00fcdfed: am 0b345f58: am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2-docs

* commit '00fcdfede678c274675436d0008fc4a668ef711c':
  Build file breadcrumb from parentdirs keys, optionally linkify.

11 years agoam 7e258f11: Merge "add libeffectproxy for audio effects offloading" into klp-dev
Eric Laurent [Fri, 6 Sep 2013 19:58:08 +0000 (12:58 -0700)]
am 7e258f11: Merge "add libeffectproxy for audio effects offloading" into klp-dev

* commit '7e258f11064d51413e5e53fba842ace016ebc032':
  add libeffectproxy for audio effects offloading

11 years agoam 0b345f58: am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from parentdirs...
Dirk Dougherty [Fri, 6 Sep 2013 18:51:52 +0000 (11:51 -0700)]
am 0b345f58: am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2-docs

* commit '0b345f589691a774d04a698e80412c531c726f6c':
  Build file breadcrumb from parentdirs keys, optionally linkify.

11 years agoam 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optional...
Dirk Dougherty [Fri, 6 Sep 2013 18:48:17 +0000 (11:48 -0700)]
am 471f0cc8: am 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2-docs

* commit '471f0cc84adbb666e4d0e2529feb326df6d3baa3':
  Build file breadcrumb from parentdirs keys, optionally linkify.

11 years agoam 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optionally linkify...
Dirk Dougherty [Fri, 6 Sep 2013 18:44:42 +0000 (11:44 -0700)]
am 243ffc5b: Merge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2-docs

* commit '243ffc5bc2f26041b440ad107c1725913c73765a':
  Build file breadcrumb from parentdirs keys, optionally linkify.

11 years agoMerge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2...
Dirk Dougherty [Fri, 6 Sep 2013 18:41:44 +0000 (18:41 +0000)]
Merge "Build file breadcrumb from parentdirs keys, optionally linkify." into jb-mr2-docs

11 years agoMerge "add libeffectproxy for audio effects offloading" into klp-dev
Eric Laurent [Fri, 6 Sep 2013 17:50:55 +0000 (17:50 +0000)]
Merge "add libeffectproxy for audio effects offloading" into klp-dev

11 years agoadd libeffectproxy for audio effects offloading
Eric Laurent [Fri, 6 Sep 2013 17:37:51 +0000 (10:37 -0700)]
add libeffectproxy for audio effects offloading

libeffectproxy is used when offloading audio effects to
a DSP. It is a framework component working with the audio
effects factory in libeffects that must be present on all
products.

Bug: 8174034.
Change-Id: I5035884735a370e9fe87467a45efbf24ba190886

11 years agoBuild file breadcrumb from parentdirs keys, optionally linkify.
Dirk Dougherty [Thu, 5 Sep 2013 00:54:49 +0000 (17:54 -0700)]
Build file breadcrumb from parentdirs keys, optionally linkify.

Change-Id: I7f4c9887d77c6d3ab1aca4e05963b6144a8b22f8