Print PRIVATE_SRC_LIST_FILE & PRIVATE_SRCJAR_LIST_FILE
to make sure if the inputs contains specific file path when doclava throws the missing file error. Test: m out/target/common/docs/core-current-stubs-gen-timestamp Bug: b/76397326 Change-Id: Ib319912ae85e80fd53e7520f2c89268bb4b91c43
This commit is contained in:
@@ -222,7 +222,7 @@ $(full_target): \
|
||||
$(PRIVATE_DROIDDOC_OPTIONS) \
|
||||
$(addprefix -stubs ,$(PRIVATE_STUB_OUT_DIR)) \
|
||||
&& touch -f $@ \
|
||||
) || (rm -rf $(PRIVATE_OUT_DIR) $(PRIVATE_SRC_LIST_FILE); exit 45)
|
||||
) || (cat $(PRIVATE_SRC_LIST_FILE) $(PRIVATE_SRCJAR_LIST_FILE) && rm -rf $(PRIVATE_OUT_DIR) $(PRIVATE_SRC_LIST_FILE); exit 45)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user