auto import from //branches/cupcake/...@131421
This commit is contained in:
@@ -65,6 +65,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/mountd.conf)
|
|||||||
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Browser_intermediates)
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Browser_intermediates)
|
||||||
$(call add-clean-step, rm -f vendor/google/apps/Talk/res/drawable/%*)
|
$(call add-clean-step, rm -f vendor/google/apps/Talk/res/drawable/%*)
|
||||||
$(call add-clean-step, rm -rf $(OUT_DIR)/product/*/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/android_os_NetStat.o)
|
$(call add-clean-step, rm -rf $(OUT_DIR)/product/*/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/android_os_NetStat.o)
|
||||||
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
|
||||||
|
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
|
@@ -17,11 +17,11 @@ cts_tools_src_dir := cts/tools
|
|||||||
|
|
||||||
# Build a name that looks like:
|
# Build a name that looks like:
|
||||||
#
|
#
|
||||||
# linux-x86 --> android-cts_12345_linux-x86
|
# linux-x86 --> android-cts_linux-x86
|
||||||
# darwin-x86 --> android-cts_12345_mac-x86
|
# darwin-x86 --> android-cts_mac-x86
|
||||||
# windows-x86 --> android-cts_12345_windows
|
# windows-x86 --> android-cts_windows
|
||||||
#
|
#
|
||||||
cts_name := android-cts_$(FILE_NAME_TAG)
|
cts_name := android-cts
|
||||||
ifeq ($(HOST_OS),darwin)
|
ifeq ($(HOST_OS),darwin)
|
||||||
cts_host_os := mac
|
cts_host_os := mac
|
||||||
else
|
else
|
||||||
@@ -74,8 +74,9 @@ $(cts_dir)/all_cts_files_stamp: $(CTS_CASE_LIST) | $(ACP)
|
|||||||
$(hide) chmod ug+rwX $(PRIVATE_DIR)/tools/$(notdir $(CTS_EXECUTABLE_PATH))
|
$(hide) chmod ug+rwX $(PRIVATE_DIR)/tools/$(notdir $(CTS_EXECUTABLE_PATH))
|
||||||
$(foreach apk,$(CTS_CASE_LIST), \
|
$(foreach apk,$(CTS_CASE_LIST), \
|
||||||
$(call copy-testcase-apk,$(apk)))
|
$(call copy-testcase-apk,$(apk)))
|
||||||
# Copy CTS host config to CTS directory
|
# Copy CTS host config and start script to CTS directory
|
||||||
$(hide) $(ACP) -fp $(cts_tools_src_dir)/utils/host_config.xml $(PRIVATE_DIR)/repository/
|
$(hide) $(ACP) -fp $(cts_tools_src_dir)/utils/host_config.xml $(PRIVATE_DIR)/repository/
|
||||||
|
$(hide) $(ACP) -fp $(cts_tools_src_dir)/utils/startcts $(PRIVATE_DIR)/tools/
|
||||||
$(hide) touch $@
|
$(hide) touch $@
|
||||||
|
|
||||||
# Generate the default test plan for User.
|
# Generate the default test plan for User.
|
||||||
|
@@ -50,7 +50,7 @@
|
|||||||
<div class="g-section g-tpl-240" id="body-content">
|
<div class="g-section g-tpl-240" id="body-content">
|
||||||
<div class="g-unit g-first not-resizable" id="side-nav">
|
<div class="g-unit g-first not-resizable" id="side-nav">
|
||||||
<div id="devdoc-nav">
|
<div id="devdoc-nav">
|
||||||
<?cs include:"../../../java/android/html/sdk/sdk_toc.cs" ?>
|
<?cs include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end side-nav -->
|
</div> <!-- end side-nav -->
|
||||||
<?cs /def ?>
|
<?cs /def ?>
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<div class="g-section g-tpl-240" id="body-content">
|
<div class="g-section g-tpl-240" id="body-content">
|
||||||
<div class="g-unit g-first side-nav-resizable" id="side-nav">
|
<div class="g-unit g-first side-nav-resizable" id="side-nav">
|
||||||
<div id="devdoc-nav">
|
<div id="devdoc-nav">
|
||||||
<?cs include:"../../../java/android/html/guide/guide_toc.cs" ?>
|
<?cs include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end side-nav -->
|
</div> <!-- end side-nav -->
|
||||||
<script>
|
<script>
|
||||||
@@ -69,20 +69,9 @@
|
|||||||
</script>
|
</script>
|
||||||
<?cs /def ?>
|
<?cs /def ?>
|
||||||
|
|
||||||
<?cs def:publish_nav() ?>
|
|
||||||
<div class="g-section g-tpl-180" id="body-content">
|
|
||||||
<div class="g-unit g-first" id="side-nav">
|
|
||||||
<div id="devdoc-nav">
|
|
||||||
<?cs include:"../../../java/android/html/publish/publish_toc.cs" ?>
|
|
||||||
</div>
|
|
||||||
</div> <!-- end side-nav -->
|
|
||||||
<?cs /def ?>
|
|
||||||
|
|
||||||
<?cs def:custom_left_nav() ?>
|
<?cs def:custom_left_nav() ?>
|
||||||
<?cs if:guide ?>
|
<?cs if:guide ?>
|
||||||
<?cs call:guide_nav() ?>
|
<?cs call:guide_nav() ?>
|
||||||
<?cs elif:publish ?>
|
|
||||||
<?cs call:publish_nav() ?>
|
|
||||||
<?cs elif:sdk ?>
|
<?cs elif:sdk ?>
|
||||||
<?cs call:sdk_nav() ?>
|
<?cs call:sdk_nav() ?>
|
||||||
<?cs else ?>
|
<?cs else ?>
|
||||||
|
@@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
<div class="g-unit" id="doc-content" >
|
<div class="g-unit" id="doc-content" >
|
||||||
|
|
||||||
<div id="jd-content">
|
|
||||||
|
|
||||||
<?cs if:sdk.redirect ?>
|
<?cs if:sdk.redirect ?>
|
||||||
Redirecting to
|
Redirecting to
|
||||||
<a href="<?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html">
|
<a href="<?cs var:toroot ?>sdk/<?cs var:sdk.redirect ?>/index.html">
|
||||||
@@ -28,7 +26,14 @@
|
|||||||
</a>...
|
</a>...
|
||||||
<?cs else ?>
|
<?cs else ?>
|
||||||
|
|
||||||
<h1><?cs var:page.title ?></h1>
|
<div id="jd-header" class="guide-header" >
|
||||||
|
<span class="crumb"> </span>
|
||||||
|
<h1><?cs if:android.whichdoc == "online" ?>Download <?cs /if ?><?cs var:page.title ?></h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="jd-content">
|
||||||
|
|
||||||
<p><em>
|
<p><em>
|
||||||
<?cs var:sdk.date ?>
|
<?cs var:sdk.date ?>
|
||||||
</em></p>
|
</em></p>
|
||||||
@@ -41,6 +46,12 @@
|
|||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
|
|
||||||
|
<?cs if:android.whichdoc != "online" ?>
|
||||||
|
|
||||||
|
<p>The sections below provide an overview of the SDK package. </p>
|
||||||
|
|
||||||
|
<?cs else ?>
|
||||||
|
|
||||||
<p>Before downloading, please read the <a href="<?cs var:toroot ?>sdk/<?cs var:sdk.version ?>/requirements.html">
|
<p>Before downloading, please read the <a href="<?cs var:toroot ?>sdk/<?cs var:sdk.version ?>/requirements.html">
|
||||||
System Requirements</a> document. As you start the download, you will also need to review and agree to
|
System Requirements</a> document. As you start the download, you will also need to review and agree to
|
||||||
the Terms and Conditions that govern the use of the Android SDK. </p>
|
the Terms and Conditions that govern the use of the Android SDK. </p>
|
||||||
@@ -78,10 +89,11 @@ the Terms and Conditions that govern the use of the Android SDK. </p>
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<?cs /if ?>
|
||||||
|
|
||||||
<?cs call:tag_list(root.descr) ?>
|
<?cs call:tag_list(root.descr) ?>
|
||||||
|
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
</div><!-- end jd-content -->
|
</div><!-- end jd-content -->
|
||||||
|
|
||||||
<?cs include:"footer.cs" ?>
|
<?cs include:"footer.cs" ?>
|
||||||
|
@@ -169,6 +169,7 @@ hr.blue {
|
|||||||
margin:0;
|
margin:0;
|
||||||
position:relative;
|
position:relative;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
background: url('images/preliminary.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
@@ -293,6 +294,7 @@ hr.blue {
|
|||||||
margin: 20px 10px;
|
margin: 20px 10px;
|
||||||
color: #333;
|
color: #333;
|
||||||
width:930px;
|
width:930px;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainBodyFixed h3,
|
#mainBodyFixed h3,
|
||||||
@@ -330,6 +332,7 @@ hr.blue {
|
|||||||
width: 600px;
|
width: 600px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.indent {
|
div.indent {
|
||||||
@@ -688,6 +691,7 @@ td.gsc-search-button {
|
|||||||
width: 584px;
|
width: 584px;
|
||||||
height: 580px;
|
height: 580px;
|
||||||
background:url(images/home/bg_home_middle.png) no-repeat 0 0;
|
background:url(images/home/bg_home_middle.png) no-repeat 0 0;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homeTitle {
|
#homeTitle {
|
||||||
@@ -718,18 +722,16 @@ td.gsc-search-button {
|
|||||||
.clearer { clear:both; }
|
.clearer { clear:both; }
|
||||||
|
|
||||||
#arrow-left, #arrow-right {
|
#arrow-left, #arrow-right {
|
||||||
display:block;
|
float:left;
|
||||||
width:42px;
|
width:42px;
|
||||||
height:42px;
|
height:42px;
|
||||||
background-image:url(images/home/carousel_buttons_sprite.png);
|
background-image:url(images/home/carousel_buttons_sprite.png);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
}
|
}
|
||||||
#arrow-left {
|
#arrow-left {
|
||||||
float:left;
|
|
||||||
margin:35px 3px 0 10px;
|
margin:35px 3px 0 10px;
|
||||||
}
|
}
|
||||||
#arrow-right {
|
#arrow-right {
|
||||||
float:left;
|
|
||||||
margin:35px 10px 0 0;
|
margin:35px 10px 0 0;
|
||||||
}
|
}
|
||||||
.arrow-left-off,
|
.arrow-left-off,
|
||||||
@@ -752,18 +754,14 @@ td.gsc-search-button {
|
|||||||
.arrow-right-on {
|
.arrow-right-on {
|
||||||
background-position:-42px 0;
|
background-position:-42px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow-right-off,
|
.arrow-right-off,
|
||||||
.arrow-left-off {
|
.arrow-left-off {
|
||||||
cursor:default;
|
cursor:default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-list-container {
|
.app-list-container {
|
||||||
clear:both;
|
|
||||||
text-align: center;
|
|
||||||
margin:37px 20px 0;
|
margin:37px 20px 0;
|
||||||
_margin-top:33px;
|
_margin-top:33px;
|
||||||
border:0px solid #ccc;
|
|
||||||
position:relative;
|
position:relative;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
|
|
||||||
#side-nav {
|
#side-nav {
|
||||||
padding:0 6px 0 0;
|
padding:0 6px 0 0;
|
||||||
background-color: #fff;
|
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -73,6 +72,7 @@
|
|||||||
padding:0;
|
padding:0;
|
||||||
line-height:16px;
|
line-height:16px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-nav li h2 {
|
#side-nav li h2 {
|
||||||
@@ -85,6 +85,7 @@
|
|||||||
#side-nav li a {
|
#side-nav li a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
padding: 0 0 0 18px;
|
padding: 0 0 0 18px;
|
||||||
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-nav li a:hover {
|
#side-nav li a:hover {
|
||||||
|
BIN
tools/droiddoc/templates/assets/images/preliminary.png
Executable file
BIN
tools/droiddoc/templates/assets/images/preliminary.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user