Merge "Remove -Xlint:unchecked flag for android_system_stubs compilation." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0ad0d0b279
@@ -56,8 +56,7 @@ $(full_target): $(stub_timestamp) $(framework_res_package)
|
|||||||
$(hide) find $(PRIVATE_SRC_DIR) -name "*.java" > \
|
$(hide) find $(PRIVATE_SRC_DIR) -name "*.java" > \
|
||||||
$(PRIVATE_INTERMEDIATES_DIR)/java-source-list
|
$(PRIVATE_INTERMEDIATES_DIR)/java-source-list
|
||||||
$(hide) $(TARGET_JAVAC) -source 1.8 -target 1.8 -encoding ascii -bootclasspath "" \
|
$(hide) $(TARGET_JAVAC) -source 1.8 -target 1.8 -encoding ascii -bootclasspath "" \
|
||||||
-g $(xlint_unchecked) \
|
-g -extdirs "" -d $(PRIVATE_CLASS_INTERMEDIATES_DIR) \
|
||||||
-extdirs "" -d $(PRIVATE_CLASS_INTERMEDIATES_DIR) \
|
|
||||||
\@$(PRIVATE_INTERMEDIATES_DIR)/java-source-list \
|
\@$(PRIVATE_INTERMEDIATES_DIR)/java-source-list \
|
||||||
|| ( rm -rf $(PRIVATE_CLASS_INTERMEDIATES_DIR) ; exit 41 )
|
|| ( rm -rf $(PRIVATE_CLASS_INTERMEDIATES_DIR) ; exit 41 )
|
||||||
$(hide) if [ ! -f $(PRIVATE_FRAMEWORK_RES_PACKAGE) ]; then \
|
$(hide) if [ ! -f $(PRIVATE_FRAMEWORK_RES_PACKAGE) ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user