Commit Graph

30383 Commits

Author SHA1 Message Date
smain@google.com 86f20d0dd6 update templates-sdk-dev to support the referenceonly build. includes an updated snapshot of the css and js files from devsite
am: eeeb9b832a

Change-Id: I69c2bd63fdf1b894707ec911a65144ec38a2f07c
2016-08-30 20:47:11 +00:00
smain@google.com eeeb9b832a update templates-sdk-dev to support the referenceonly build.
includes an updated snapshot of the css and js files from devsite

Change-Id: Ib597c1dd488347795e02e1d09880559ead1d54e0
2016-08-30 10:22:51 -07:00
Amanda Kassay 582c52df07 Remove hard coded leading slash in head_tag.cs for DevSite image_path meta tag.
am: c9ef9fea7f

Change-Id: I05f1fe5a3e3bdfd197fbaf84de9dff3567a0279b
2016-08-30 16:49:54 +00:00
Dan Willemsen f1d3d9aab7 Merge "Check USE_GOMA consistently" am: 049dd57872
am: 60204ae5ba

Change-Id: I4bb034cecfab78d3a4b5683cd356c6230a04cc7a
2016-08-30 01:19:21 +00:00
Amanda Kassay c9ef9fea7f Remove hard coded leading slash in head_tag.cs for DevSite image_path meta tag.
Change-Id: I994148882b2f4fbe233f02eb8e35c335af0c32f8
2016-08-29 17:13:49 -04:00
Dan Willemsen 60204ae5ba Merge "Check USE_GOMA consistently"
am: 049dd57872

Change-Id: Ia838646334435a7bdbd862db2c7b2a697c791265
2016-08-29 20:44:16 +00:00
Treehugger Robot 049dd57872 Merge "Check USE_GOMA consistently" 2016-08-29 20:36:00 +00:00
Pirama Arumuga Nainar c328dd288c Merge "Switch to prebuilt clang-3217047" am: 3500ddfe1b
am: c3c8abdf2a

Change-Id: I6cba69a16581e322342a577c05b1fff051db53ab
2016-08-29 19:58:36 +00:00
Pirama Arumuga Nainar c3c8abdf2a Merge "Switch to prebuilt clang-3217047"
am: 3500ddfe1b

Change-Id: I9d9e8ef2be4158afa814279b073a1109a12f1970
2016-08-29 19:55:38 +00:00
Pirama Arumuga Nainar 3500ddfe1b Merge "Switch to prebuilt clang-3217047" 2016-08-29 19:38:34 +00:00
Dan Willemsen 937cef48eb Check USE_GOMA consistently
Currently, the only way to properly disable goma is to unset USE_GOMA.
If you set USE_GOMA=false, we won't turn on goma, but we'll pass -j500
to ninja.

Test: USE_GOMA={x,false} m -j48 showcommands (inspect)
Change-Id: I6b327d08ebadbe614a3bf7646fd597054bbfaaa2
2016-08-27 18:33:11 -07:00
Dan Willemsen 52438f9fcf Merge "Identify modules ready to be converted to Soong" am: c6bada8acd
am: 6596082d00

Change-Id: I2e814051643c339054ccc02ae2823a6c2fd80e46
2016-08-26 22:52:02 +00:00
Dan Willemsen 6596082d00 Merge "Identify modules ready to be converted to Soong"
am: c6bada8acd

Change-Id: Ia180357da71fbce20e0b06503fbc29481b2160af
2016-08-26 22:49:04 +00:00
Treehugger Robot c6bada8acd Merge "Identify modules ready to be converted to Soong" 2016-08-26 22:37:19 +00:00
Pirama Arumuga Nainar 6290aac57a Switch to prebuilt clang-3217047
Bug: http://b/30421084
Change-Id: I41acd016992a0c5043b6ea018f205fad44c88b9e
Test: Tested build, boot and common usage for several devices in AOSP
and internal branch.
2016-08-26 21:57:29 +00:00
Dan Willemsen fc92fb2b9b Identify modules ready to be converted to Soong
The output will be in the `m dist` results as soong_to_convert.txt, or
can be built using:

  $ m $OUT/soong_to_convert.txt

The output is a list of modules that are probably ready to convert to
Soong:

  # Blocked on Module (potential problems)
           283 libEGL (srcs_dotarm)
           246 libicuuc (dotdot_incs dotdot_srcs)
           221 libspeexresampler
           215 libcamera_metadata
               ...
             0 zram-perf (dotdot_incs)

The number at the beginning of the line shows how many native modules
depend on that module.

All of their dependencies have been satisfied, and any potential
problems that Make can detect are listed in parenthesis after the
module:

  dotdot_srcs: LOCAL_SRC_FILES contains paths outside $(LOCAL_PATH)
  dotdot_incs: LOCAL_C_INCLUDES contains paths include '..'
  srcs_dotarm: LOCAL_SRC_FILES contains source files like <...>.c.arm
  aidl: LOCAL_SRC_FILES contains .aidl sources
  dbus: LOCAL_SRC_FILES contains .dbus-xml sources
  objc: LOCAL_SRC_FILES contains Objective-C sources
  proto: LOCAL_SRC_FILES contains .proto sources
  rs: LOCAL_SRC_FILES contains renderscript sources
  vts: LOCAL_SRC_FILES contains .vts sources

Not all problems can be discovered, but this is a starting point.

Change-Id: I45674fe93fd267d4d1fb0bc3bc9aa025e20c5ac6
2016-08-26 13:33:31 -07:00
Adam Seaton a43f790608 Update comments around PLATFORM_SECURITY_LEVEL (nyc-dev) Bug: 29881091
am: c63e4295ef

Change-Id: Ia7286a170445e19aec836432421be970691ab6b0
2016-08-26 03:11:47 +00:00
Adam Seaton c63e4295ef Update comments around PLATFORM_SECURITY_LEVEL
(nyc-dev)
Bug: 29881091

Change-Id: I2bdaf7f796ab94b14416aaed6d68dc3a239ea5f9
2016-08-25 19:46:06 -07:00
Adam Seaton ec462cf973 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a am: e00f2b31e8 am: 4413af98c3 -s ours am: 9f51f51621 am: bc55deeeba am: 9ce9491854 am: d4131055ba
am: b81d5148b3

Change-Id: Ib039d42286a17231de3a41fb41a2aa77115c3be9
2016-08-26 02:38:45 +00:00
Adam Seaton b81d5148b3 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a am: e00f2b31e8 am: 4413af98c3 -s ours am: 9f51f51621 am: bc55deeeba am: 9ce9491854
am: d4131055ba

Change-Id: I2bff549092b33f0217cc40be8c40b94035d76f9a
2016-08-26 02:36:14 +00:00
Adam Seaton d4131055ba Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a am: e00f2b31e8 am: 4413af98c3 -s ours am: 9f51f51621 am: bc55deeeba
am: 9ce9491854

Change-Id: I1b502a65efc87459d08aebef45e84c33ebfc10a9
2016-08-26 02:33:48 +00:00
Adam Seaton aaea9b2d30 Update comments around PLATFORM_SECURITY_LEVEL am: f45494279a am: 9c5fb5f013 am: c0e2351f9e am: 38858627da -s ours
am: a8339635be

Change-Id: I4d0f8ac3d1d94fd058a925b58415df260be044bf
2016-08-26 02:31:14 +00:00
Adam Seaton 9ce9491854 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a am: e00f2b31e8 am: 4413af98c3 -s ours am: 9f51f51621
am: bc55deeeba

Change-Id: I92936e1eb94d3e2e2f14298de77f841655e20735
2016-08-26 02:28:13 +00:00
Adam Seaton a8339635be Update comments around PLATFORM_SECURITY_LEVEL am: f45494279a am: 9c5fb5f013 am: c0e2351f9e
am: 38858627da  -s ours

Change-Id: I783876b68d99ef09f78a2ec612cc70cea3320f59
2016-08-26 02:28:12 +00:00
Adam Seaton bc55deeeba Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a am: e00f2b31e8 am: 4413af98c3 -s ours
am: 9f51f51621

Change-Id: I9238f390af82336565b03aec0d7dcce16ad349d2
2016-08-26 02:25:43 +00:00
Adam Seaton 9f51f51621 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a am: e00f2b31e8
am: 4413af98c3  -s ours

Change-Id: I85765c2c3be587d6f2ba1289cf981a0d657062fa
2016-08-26 02:23:12 +00:00
Colin Cross 79e4dff44c Merge "Export TARGET_PREFER_32_BIT_EXECUTABLES to soong" am: fe3163400e
am: a7553ae1ce

Change-Id: I0fe9b722531df9e9ee1367605e418d91b986f3ba
2016-08-26 00:09:04 +00:00
Colin Cross a7553ae1ce Merge "Export TARGET_PREFER_32_BIT_EXECUTABLES to soong"
am: fe3163400e

Change-Id: I27cb5c1cd17444a68b6fe4842d58e8ac3cf75979
2016-08-26 00:06:04 +00:00
Treehugger Robot fe3163400e Merge "Export TARGET_PREFER_32_BIT_EXECUTABLES to soong" 2016-08-26 00:02:34 +00:00
Adam Seaton 4413af98c3 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220 am: 9a14234c5a
am: e00f2b31e8

Change-Id: I2f0955ad737fad5f5bb5bef806a797afa3bbffcf
2016-08-25 23:45:33 +00:00
Adam Seaton e00f2b31e8 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698 am: 3a5317e220
am: 9a14234c5a

Change-Id: I3fba21ddab4152b50262a5176969204b69ec5c8f
2016-08-25 23:42:32 +00:00
Adam Seaton 38858627da Update comments around PLATFORM_SECURITY_LEVEL am: f45494279a am: 9c5fb5f013
am: c0e2351f9e

Change-Id: I84d07e755deeae24a682a343ec84984ebf8757df
2016-08-25 23:39:01 +00:00
Adam Seaton 9a14234c5a Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f am: 0c92547698
am: 3a5317e220

Change-Id: Ib1681ee04d1862ca8f5f865b659c5a4d1ec2f0ca
2016-08-25 23:39:01 +00:00
Adam Seaton 3a5317e220 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13 am: 1ebc73f23f
am: 0c92547698

Change-Id: I1c890fb96cf9f9a3205b7df581e432b3421c8fc6
2016-08-25 23:35:59 +00:00
Adam Seaton c0e2351f9e Update comments around PLATFORM_SECURITY_LEVEL am: f45494279a
am: 9c5fb5f013

Change-Id: I3ac7a9a5982ab3bbcab3090aa44c96c9ecd2d255
2016-08-25 23:33:05 +00:00
Adam Seaton 0c92547698 Update comments around PLATFORM_SECURITY_LEVEL am: 65994c1d13
am: 1ebc73f23f

Change-Id: I08e51e8c8d5224234c31f888c5203d57ff65a4b3
2016-08-25 23:33:00 +00:00
Adam Seaton 9c5fb5f013 Update comments around PLATFORM_SECURITY_LEVEL
am: f45494279a

Change-Id: I6048011d784360647d91763487e6f5d5c1c555a3
2016-08-25 23:30:30 +00:00
Adam Seaton 1ebc73f23f Update comments around PLATFORM_SECURITY_LEVEL
am: 65994c1d13

Change-Id: I800ffe93f311d9871c525f537cb92c525ac51510
2016-08-25 23:30:29 +00:00
Adam Seaton 65994c1d13 Update comments around PLATFORM_SECURITY_LEVEL
Bug: 29881091
Change-Id: I7f036f2602a4296bd0f9118fd2aeba9828f03710
2016-08-25 15:30:21 -07:00
Adam Seaton f45494279a Update comments around PLATFORM_SECURITY_LEVEL
Bug: 29881091
Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6
2016-08-25 15:24:56 -07:00
Colin Cross 76c4533899 Export TARGET_PREFER_32_BIT_EXECUTABLES to soong
Change-Id: I1427d88c7539c5ed0c4c238bad4a28f73d29ef0f
2016-08-25 14:49:17 -07:00
Colin Cross 7d26f58c09 Merge "Install symlinks when using shortcut phony targets" am: 6f1cf129f2
am: f9ed0fffe4

Change-Id: Idfc6453e8581b58fbc584f2a7c5d0fd8b605b805
2016-08-25 20:49:45 +00:00
Colin Cross f9ed0fffe4 Merge "Install symlinks when using shortcut phony targets"
am: 6f1cf129f2

Change-Id: I73386358b3b74ed71f0e3640eb06b74eb923fb5a
2016-08-25 20:47:19 +00:00
Colin Cross 6f1cf129f2 Merge "Install symlinks when using shortcut phony targets" 2016-08-25 20:39:31 +00:00
Chih-hung Hsieh 920f36ad97 Merge "Suppress clang-tidy checks in frameworks/compile/mclinker." am: a9ee94f441
am: 5c2ca39c58

Change-Id: I99de763757298270f6ce4cc124cc6ead840ace02
2016-08-25 02:36:57 +00:00
Chih-hung Hsieh 5c2ca39c58 Merge "Suppress clang-tidy checks in frameworks/compile/mclinker."
am: a9ee94f441

Change-Id: I9b3d7949d58fe6f6c80b7717c61e8efe8b5bc706
2016-08-25 02:33:59 +00:00
Chih-hung Hsieh a9ee94f441 Merge "Suppress clang-tidy checks in frameworks/compile/mclinker." 2016-08-25 02:24:32 +00:00
Colin Cross 6d34b61bd3 Install symlinks when using shortcut phony targets
Make symlinks an order-only dependency of the module name phony target
so that they get installed with make module or make MODULES-IN-path.

Test: mmma -j art/dalvikvm, remove symlink in $OUT and retry
Change-Id: Iae472a1c8fa1e8386cc9556cfe819bd4fca99428
2016-08-24 15:24:29 -07:00
Tianjie Xu 8532aa4c42 Merge "Don't regenerate userdata.img when signing" am: a7adc06e68
am: bdd89369d9

Change-Id: Ia22016998e26c0e1e4b8ae66c035a93a8df6a993
2016-08-24 21:18:30 +00:00
Tianjie Xu bdd89369d9 Merge "Don't regenerate userdata.img when signing"
am: a7adc06e68

Change-Id: Ib6139262f366fa864e03d98796e5384fa12c7c55
2016-08-24 21:15:33 +00:00