auto import from //branches/cupcake_rel/...@140373
This commit is contained in:
@@ -70,6 +70,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/l
|
|||||||
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/share)
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/share)
|
||||||
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/libwebcore_intermediates)
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/libwebcore_intermediates)
|
||||||
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates)
|
||||||
|
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/PinyinIME_intermediates)
|
||||||
|
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
# This branch was born out of a naming conventions fix.
|
# This branch was born out of a naming conventions fix.
|
||||||
# The decision was to keep the RC names the same.
|
# The decision was to keep the RC names the same.
|
||||||
export BUILD_ID=CRA71C
|
export BUILD_ID=CRA77
|
||||||
|
@@ -9,7 +9,6 @@ PRODUCT_PACKAGES := \
|
|||||||
Camera \
|
Camera \
|
||||||
DrmProvider \
|
DrmProvider \
|
||||||
LatinIME \
|
LatinIME \
|
||||||
Launcher \
|
|
||||||
Mms \
|
Mms \
|
||||||
Music \
|
Music \
|
||||||
Settings \
|
Settings \
|
||||||
|
@@ -1193,7 +1193,7 @@ public class ClassInfo extends DocInfo implements ContainerInfo, Comparable, Sco
|
|||||||
ClassInfo cl = this;
|
ClassInfo cl = this;
|
||||||
while (cl != null) {
|
while (cl != null) {
|
||||||
PackageInfo pkg = cl.containingPackage();
|
PackageInfo pkg = cl.containingPackage();
|
||||||
if (pkg.isHidden()) {
|
if (pkg != null && pkg.isHidden()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (cl.comment().isHidden()) {
|
if (cl.comment().isHidden()) {
|
||||||
|
Reference in New Issue
Block a user