am: edb0724
* commit 'edb07245a6a68f98d2078f18c33bb8682e8adf0e':
Include classes.jar with class files in aar.
Change-Id: Ice54b6a68225342c7ff02814ccf55eb2b56d86bc
am: 8419b7f
* commit '8419b7f35e2609d98a9da38e56e1839e21d4a298':
Include classes.jar with class files in aar.
Change-Id: I30c12caf4a364d9586fd60bebeac929145ef6be3
This reverts commit 6edfbfabad, reversing
changes made to e09b2c16e3.
(cherry picked from commit bf234fdfba)
Change-Id: Id57aecad79fb601488799ed99437118d1a9faf7c
Listing a library in any of:
LOCAL_EXPORT_SHARED_LIBRARY_HEADERS
LOCAL_EXPORT_STATIC_LIBRARY_HEADERS
will cause the headers exported by that library to be exported from
the current library target as well.
This means that when library A's public headers include headers from
library B, library C which consumes A no longer has to explicitly list
A and B in its LOCAL_SHARED_LIBRARIES for the purpose of picking up B's
headers.
Bug: 27804373
Test: Introduced dependency on libbase to libbinder at the header level.
Libraries that consume libbinder do not need to explicitly depend
on libbase.
Change-Id: If69079f058a4a182c5ef5a3c5ba15035570da22d
We were using zipfile.write() to write system/etc/security/otacerts.zip
when signing for release. It led to unexpected timestamp change in the
generated otacerts.zip and non-idempotent signed images when signing the
same target_files.zip.
Replace with common.ZipWrite() to always use a fixed timestamp.
Bug: 28122968
Change-Id: Ia6cf4b7d380cbf72ed7050ebb60c932dc8826d87
(cherry picked from commit 7ee3a9678e)
We were using zipfile.write() to write system/etc/security/otacerts.zip
when signing for release. It led to unexpected timestamp change in the
generated otacerts.zip and non-idempotent signed images when signing the
same target_files.zip.
Replace with common.ZipWrite() to always use a fixed timestamp.
Bug: 28122968
Change-Id: Ia6cf4b7d380cbf72ed7050ebb60c932dc8826d87
am: 3514250
* commit '35142509fb58a0bf6c2ff29296c525721f1855d0': (44 commits)
Tabs js error fix, DevSite css issues fix, Search filtering
new styles and tab-highlighting to support custom Android Studio site design
tweak the NDK download analytics event tag
Update modal download dialogs for sdk/ndk download. Revise the redirect behavior once download completes. Add more appropriate title and download message when installing SDK tools only. Force refresh when the Studio download dialog is dismissed, to avoid leaving the dialog in stale state. Add styles for the Studio download page.
increment version for fetched js and cs files to avoid proxy caching.
Migrating web search api to custom search api on templates-sdk
new search results layout. no more custom suggestions; just API matches and organic results.
remove dev guide search suggestions, move organic search results up. tweak the search suggest for reference pages
Adding book metadata to doc head, fix tabs for content build, fix for reference page double footer.
increment docs.js version to force browser refresh. needed to load recent fixes to the zippies.
update zippy icons to use material arrow (up/down instead of right/down). fixes bug 27695580, which was caused because I previously submitted an update to the code doclava templates to do this but did not update the current site templates in kind.
Docs: Change MD5 to SHA1 in NDK download table column heading
change name of offline doc tab to "API reference" and put the version number in the secondary nav bar (it was there anyway).
Fix broken suggestions for preview.
Revert "Search for suggestion matches across PREVIEW_RESOURCES."
Docs: Updates NDK download table for NDKr11
make image resource URLs relative so they work in offline docs
docs: Update DAC template to force refresh of resources
Add new templates directory for "reference only" builds. The only difference is that this changes the masthead.cs file to show a different header.
Add styles to compress the summary table presentation.
...
Change-Id: I56312f1383bb7585d28ccb43db709df8d5c0976e
am: 6edfbfa
* commit '6edfbfabad1ddbda00e0fcc713672f6e63acdf44': (44 commits)
Tabs js error fix, DevSite css issues fix, Search filtering
new styles and tab-highlighting to support custom Android Studio site design
tweak the NDK download analytics event tag
Update modal download dialogs for sdk/ndk download. Revise the redirect behavior once download completes. Add more appropriate title and download message when installing SDK tools only. Force refresh when the Studio download dialog is dismissed, to avoid leaving the dialog in stale state. Add styles for the Studio download page.
increment version for fetched js and cs files to avoid proxy caching.
Migrating web search api to custom search api on templates-sdk
new search results layout. no more custom suggestions; just API matches and organic results.
remove dev guide search suggestions, move organic search results up. tweak the search suggest for reference pages
Adding book metadata to doc head, fix tabs for content build, fix for reference page double footer.
increment docs.js version to force browser refresh. needed to load recent fixes to the zippies.
update zippy icons to use material arrow (up/down instead of right/down). fixes bug 27695580, which was caused because I previously submitted an update to the code doclava templates to do this but did not update the current site templates in kind.
Docs: Change MD5 to SHA1 in NDK download table column heading
change name of offline doc tab to "API reference" and put the version number in the secondary nav bar (it was there anyway).
Fix broken suggestions for preview.
Revert "Search for suggestion matches across PREVIEW_RESOURCES."
Docs: Updates NDK download table for NDKr11
make image resource URLs relative so they work in offline docs
docs: Update DAC template to force refresh of resources
Add new templates directory for "reference only" builds. The only difference is that this changes the masthead.cs file to show a different header.
Add styles to compress the summary table presentation.
...
Change-Id: I47a5c85da5c4f8edffa9ca3e6ba4bb573cc2666c
Allow to modify the boot image compilation. Can be used to easily
dump initialization failures.
Bug: 27265238
Change-Id: I9d54c562a2e623b23b7c1dea9cdbe303786c95dd
Use 'chmod +x' to make sure that they're executable, even if the source
file is not.
Bug: 28097475
Change-Id: Id155f6b4ff188f5c909fd6237fd64183af264f79
(cherry picked from commit 08420cbc8a)