Ying Wang
90598cb70c
Cleaned the outdated incrementaljavac.
...
Nobody is using this feature and now we switched to jack.
Change-Id: I749b486eb347cbf3ee7b107565fc800eeb238c44
2015-05-08 13:27:25 -07:00
Ying Wang
d508778493
Merge "Revert "Fix and cleanup."" into mnc-dev
2015-05-08 18:51:22 +00:00
Ying Wang
884738e4a6
Revert "Fix and cleanup."
...
This reverts commit f28bad5227
.
Change-Id: Ib64936457a1236fabbe7c6b9c56f52ef650342e7
2015-05-08 18:51:00 +00:00
Ying Wang
22571e1857
Merge "Fix and cleanup." into mnc-dev
2015-05-08 18:11:55 +00:00
Ying Wang
1af02e6116
Merge "Fix Mac build." into mnc-dev
2015-05-08 03:59:15 +00:00
Ying Wang
b4b767a484
Fix Mac build.
...
Mac doesn't like "cp -r -L", but "cp -R -L".
Change-Id: I32bd8e5171db4ed811e158d91482671b14622825
2015-05-07 20:57:56 -07:00
Ying Wang
f28bad5227
Fix and cleanup.
...
- Detect java-source-list before transforming to java-source-list-uniq.
This fixes non-fatal errors in build log like:
/bin/bash:
out/target/common/obj/APPS/android.core.tests.libcore.package.tzdata_intermediates/classes/java-source-list:
No such file or directory
- Cleaned the outdated incrementaljavac. Nobody is using this feature
and now we switched to jack.
Change-Id: If1adb9b5820d9b295a11984c0f170f9a7ff4de7b
2015-05-07 16:53:13 -07:00
Dmitriy Ivanov
f55c5a52ac
Do not pack relocations for executables
...
Bug: http://b/20665974
Change-Id: Ibc13b5d6bd05dfbc7ff8475068fe7363f58e7e67
(cherry picked from commit e24b6f77ff
)
2015-05-07 14:12:00 -07: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
Joe Fernandez
ad79cc6741
am c4ef9bb0
: am a9d796a4
: docs: Add navigation heading for Develop > Preview
...
* commit 'c4ef9bb08f504c3ca58727403f607cd051edbf5d':
docs: Add navigation heading for Develop > Preview
2015-05-07 06:42:07 +00:00
Joe Fernandez
c4ef9bb08f
am a9d796a4
: docs: Add navigation heading for Develop > Preview
...
* commit 'a9d796a4f9e198f17de6f1a27264b1b4fc9a778a':
docs: Add navigation heading for Develop > Preview
2015-05-07 06:29:59 +00:00
Joe Fernandez
a9d796a4f9
docs: Add navigation heading for Develop > Preview
...
Change-Id: I133672c6ecb5e778f49c31d091812ed7b6dc6b24
2015-05-06 22:24:31 -07:00
Yigit Boyar
8c7121de86
Merge "DO NOT MERGE Remove RecyclerView tests form pathmap" into mnc-dev
2015-05-07 01:40:10 +00:00
Yigit Boyar
fa358f7228
DO NOT MERGE Remove RecyclerView tests form pathmap
...
Bug: 20675894
Change-Id: Ia482c860b7c02f1c37b94c961cf283754c60cbcc
(cherry picked from commit a85c85ae37
)
2015-05-07 01:13:53 +00:00
Jeff Brown
64434af772
Revert "Build docs for android-support-media-protocols.jar."
...
This reverts commit 5d0da1f959
.
Bug: 20641986
Change-Id: I68d79186179b8b542b323ab630c6ed7620eb6f27
2015-05-06 16:02:20 -07:00
Dirk Dougherty
0717cb2251
am e94fcf31
: am 29e93436
: Swap templates-sdk and templates-sdk-dev files to enable redesign builds by default.
...
* commit 'e94fcf31a08a7cce45171b5f8cce29b50d2cefd8':
Swap templates-sdk and templates-sdk-dev files to enable redesign builds by default.
2015-05-06 17:13:01 +00:00
Dirk Dougherty
e94fcf31a0
am 29e93436
: Swap templates-sdk and templates-sdk-dev files to enable redesign builds by default.
...
* commit '29e934367b927fb13417bee77008600ad5a39dcc':
Swap templates-sdk and templates-sdk-dev files to enable redesign builds by default.
2015-05-06 17:00:22 +00:00
Dirk Dougherty
29e934367b
Swap templates-sdk and templates-sdk-dev files to enable redesign builds by default.
...
Change-Id: I9eabbbcd823fb29bd2209172c458cb9dad5f24d2
2015-05-05 18:17:13 -07:00
Chih-Hung Hsieh
0ba68bafa3
Upgrade x86 gcc to 4.9 and disable devirtualization.
...
Also filter out gcc-only flags -Wno-clobbered and -fno-devirtualize
when compiled with clang/llvm.
BUG: 19872411
Change-Id: I6de57583be04da607f569df65e93531787dbb789
(cherry picked from AOSP commit 90036610dd
)
2015-05-06 00:24:18 +00:00
Ying Wang
4f5d0e60b4
Raise SDK version for ProGuard processing when app links support library.
...
When an app's LOCAL_SDK_VERSION is lower than the support library's
LOCAL_SDK_VERSION, we artifically raises the "SDK version" "linked"
by ProGuard, to
- suppress ProGuard warnings of referencing symbols unknown to the
lower SDK version.
- prevent ProGuard stripping subclass in the support library that
extends class added in the higher SDK version.
This allows us to remove the dangerous ProGuard flag
"-dontwarn android.support.**".
Notes:
- We don't raise the app's LOCAL_SDK_VERSION, so that the app's own
code is still unable to use the higher SDK version.
- For platform build, we can't just raise to the "current" SDK,
because would break apps that use APIs removed from the current SDK.
We raise it to framework.jar instead, which contains the most complete
symbol set.
Bug: 20658265
Change-Id: I90099073457a65cb8031fbaec6b396d68ce614a7
(cherry picked from commit 8e8d1e7aba
)
2015-05-05 17:35:12 +00:00
Dirk Dougherty
5c73ba6e03
am e99d5320
: am 032a4946
: Doc change: css/js, assets for landing page, header/footer designs.
...
* commit 'e99d5320dd70de6f5ada67dd0c2dd9761e6a6c32':
Doc change: css/js, assets for landing page, header/footer designs.
2015-05-05 02:35:03 +00:00
Dirk Dougherty
e99d5320dd
am 032a4946
: Doc change: css/js, assets for landing page, header/footer designs.
...
* commit '032a494654978c3ceed73268f99615ff3d0d686e':
Doc change: css/js, assets for landing page, header/footer designs.
2015-05-05 02:23:28 +00:00
Dirk Dougherty
3c339ae4fd
am 55abf4c2
: am ff233cc9
: Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
...
* commit '55abf4c22d08693cfb2838a79654fc32c7de3ff8':
Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
2015-05-05 01:48:10 +00:00
Dirk Dougherty
032a494654
Doc change: css/js, assets for landing page, header/footer designs.
...
Change-Id: I9430a725bd7ba12cb0ac7da1a5ed9c3bfa8e321e
2015-05-04 18:17:33 -07:00
Dirk Dougherty
55abf4c22d
am ff233cc9
: Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
...
* commit 'ff233cc92e379d501d8b256ba9a015827d77e012':
Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
2015-05-05 01:04:31 +00:00
Joe Fernandez
6f7608cf8f
am 657b2971
: am fa6ee37f
: am 53b98761
: docs: fix sticky header hiding RenderScript reference headings
...
* commit '657b2971f8a6f4a1b6dac68915c557304970d716':
docs: fix sticky header hiding RenderScript reference headings
2015-05-04 22:19:28 +00:00
Joe Fernandez
c135a7f993
am 63904d26
: am 03b107c8
: docs: update masthead template for Preview docs
...
* commit '63904d26ad473d8446fea12775ef37e9ae2c8e59':
docs: update masthead template for Preview docs
2015-05-04 22:19:27 +00:00
Dirk Dougherty
ff233cc92e
Doc change: remove deprecated templates-sdk-dyn files, add new development files based on production templates-sdk.
...
Change-Id: I5a94aaa8ba375010191a12f210954c22395fed40
2015-05-04 14:37:05 -07:00
Dmitriy Ivanov
c787453fdd
Merge "Pack module before making symbolic version" into mnc-dev
2015-05-04 20:11:09 +00:00
Dmitriy Ivanov
258b29cf76
Pack module before making symbolic version
...
We need PT_LOAD segments to match for the gdb sake.
If we pack module after stripping symbolic version
PT_LOAD differ from actual ones; this confuses gdb.
Bug: http://b/20687795
Change-Id: If7b1ffcda918d0cc47051a30ca1202007ed62403
2015-05-04 12:42:51 -07:00
Ying Wang
7acd4a5afd
Merge "Revert "Don't extract jni from prebuilt apks."" into mnc-dev
2015-05-04 18:43:14 +00:00
Ying Wang
97dfa3177d
Revert "Don't extract jni from prebuilt apks."
...
This reverts commit 3797466fbd
.
Bug: 20810492
Bug: 20811499
Change-Id: Ic922d9daccc4550db489c0f3d4ad6b4ff85b5e60
2015-05-04 18:39:46 +00:00
Ying Wang
37c9b500ed
Merge "Don't extract jni from prebuilt apks." into mnc-dev
2015-05-02 16:33:46 +00:00
Joe Fernandez
657b2971f8
am fa6ee37f
: am 53b98761
: docs: fix sticky header hiding RenderScript reference headings
...
* commit 'fa6ee37fae42ef08ebcb63dcaf8122f0f6f5311a':
docs: fix sticky header hiding RenderScript reference headings
2015-05-01 23:14:51 +00:00
Ying Wang
3797466fbd
Don't extract jni from prebuilt apks.
...
- We don't need LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES now, for we always
page-align jni shared libraries and store them umcompressed.
- For prebuilt apks, we don't extract jni any more; Instead we always run
uncompress-shared-libs on them.
- For apks built from source, we still install the jni separately, because
that way multiple apks can share the same jni and it saves space.
With this change, for most prebuilt apks, we don't need to specify
LOCAL_PREBUILT_JNI_LIBS ("@lib/<abi>/foo.so") any more, for the build
system automatically replaces the embedded jni with uncompressed files;
But if a prebuilt is a fat apk (i.e. containing jni not needed by the
current product architecture), you still need LOCAL_PREBUILT_JNI_LIBS to
specify what jni to keep. Otherwise all embedded jni will be replaced with
uncompressed files, that wastes space.
Bug: 8076853
Change-Id: Icf07e0998ac3602e6e05e80fed836fbafca33e01
2015-05-01 16:09:58 -07:00
Joe Fernandez
fa6ee37fae
am 53b98761
: docs: fix sticky header hiding RenderScript reference headings
...
* commit '53b98761b288fcf833db62bb4700fba20b319961':
docs: fix sticky header hiding RenderScript reference headings
2015-05-01 23:05:35 +00:00
Mohamad Ayyash
95e74c1424
common.py: Add support for squashfs
...
Change-Id: Ia40f8c6307d0213d43207aee91c4c8a5b5ad6f1e
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
2015-05-01 15:58:42 -07:00
Joe Fernandez
63904d26ad
am 03b107c8
: docs: update masthead template for Preview docs
...
* commit '03b107c8563c5edf5fe25435e609329d1fc7a62f':
docs: update masthead template for Preview docs
2015-05-01 22:57:46 +00:00
Joe Fernandez
03b107c856
docs: update masthead template for Preview docs
...
Change-Id: I00ec56064a5193491fce5389cdff7cb5824e567c
2015-05-01 15:45:32 -07:00
Ying Wang
069f1f8942
Deference symlinks when copying LOCAL_PICKUP_FILES.
...
Change-Id: I2399529ee9168bb93a4cad5daa61cd2ea500df04
2015-04-30 19:46:00 -07:00
Ying Wang
ffe376b49e
Fix jack transformation on prebuilt AAR.
...
Change-Id: I74f932cff606138943d97b923bbd059bcd496e46
2015-04-30 09:55:08 -07:00
Dmitriy Ivanov
5924f142cc
Revert "Revert "Pack relocations for mips64""
...
This reverts commit 6399dcce59
.
Bug: http://b/20658994
(cherry picked from commit 8387d99ec3
)
2015-04-29 23:11:03 -07:00
Joe Fernandez
53b98761b2
docs: fix sticky header hiding RenderScript reference headings
...
b/20637508
Change-Id: I64996db4fc986cbe0f4506b5524a708a9e14cbc8
2015-04-29 21:04:14 -07:00
Dmitriy Ivanov
0cabfed78e
Revert "Revert "Pack relocations for mips""
...
This reverts commit d05fd6fc82
.
Bug: http://b/20658994
Change-Id: Iccbd4846b310306ed11b87f4566b8aaadfa63ebb
(cherry picked from commit cb2b3d47ad
)
2015-04-29 15:44:20 -07:00
Dimitry Ivanov
8fb3350f1a
Merge "Revert "Pack relocations for mips"" into mnc-dev
2015-04-29 19:37:46 +00:00
Dimitry Ivanov
d896883bfe
Revert "Pack relocations for mips"
...
This reverts commit 9dc1a7359f
.
Bug: http://b/20658994
Change-Id: Ib10c764a7d06db823ee2fccfa47240e0a639d4bc
(cherry picked from commit d05fd6fc82
)
2015-04-29 12:33:19 -07:00
Dimitry Ivanov
3e037e36d0
Revert "Pack relocations for mips64"
...
This reverts commit 8bd30fe3cb
.
Bug: http://b/20658994
Change-Id: I6c31094559a12b824344802bf3993f91aee79a26
(cherry picked from commit 6399dcce59
)
2015-04-29 12:32:27 -07:00
Chris Banes
0e8383ca6f
am 8f168d1b
: Add design support library docs
...
* commit '8f168d1b986516112d103958070830c9075f6ce2':
Add design support library docs
2015-04-29 09:17:22 +00:00
Jeff Brown
7f2ceab5af
Add float support to binary event log.
...
Bug: 20664753
Change-Id: Iab232b1f172094919839d57f15644dfb2eaa1425
2015-04-28 17:52:07 -07:00
Chris Banes
8f168d1b98
Add design support library docs
...
BUG: 20524332
Change-Id: I471ab17a2a5ccc43f4ef0fa04b7c2e9077d56361
2015-04-28 12:01:49 +01:00