Remove apidiff task and droiddoc jdiff support
Nothing uses these anymore. Bug: 158465496 Test: m Change-Id: Iaef4f7ca7e5d21b1850d7491247f13782c9bb23a
This commit is contained in:
parent
2f171ac0a5
commit
351a317cd5
3 changed files with 0 additions and 32 deletions
|
@ -74,7 +74,6 @@ LOCAL_DROIDDOC_ASSET_DIR:=
|
|||
LOCAL_DROIDDOC_CUSTOM_ASSET_DIR:=
|
||||
LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=
|
||||
LOCAL_DROIDDOC_DOC_ZIP :=
|
||||
LOCAL_DROIDDOC_JDIFF_DOC_ZIP :=
|
||||
LOCAL_DROIDDOC_HTML_DIR:=
|
||||
LOCAL_DROIDDOC_METADATA_ZIP:=
|
||||
LOCAL_DROIDDOC_OPTIONS:=
|
||||
|
|
|
@ -29,16 +29,6 @@ ifdef LOCAL_DROIDDOC_API_VERSIONS_XML
|
|||
$(eval $(call copy-one-file,$(LOCAL_DROIDDOC_API_VERSIONS_XML),$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(LOCAL_MODULE)_generated-api-versions.xml))
|
||||
endif
|
||||
|
||||
ifdef LOCAL_DROIDDOC_JDIFF_DOC_ZIP
|
||||
$(eval $(call copy-one-file,$(LOCAL_DROIDDOC_JDIFF_DOC_ZIP),$(OUT_DOCS)/$(LOCAL_MODULE)-jdiff-docs.zip))
|
||||
$(call dist-for-goals,docs,$(OUT_DOCS)/$(LOCAL_MODULE)-jdiff-docs.zip)
|
||||
|
||||
ALL_DOCS += $(OUT_DOCS)/$(LOCAL_MODULE)-jdiff-docs.zip
|
||||
|
||||
.PHONY: $(LOCAL_MODULE) $(LOCAL_MODULE)-jdiff
|
||||
$(LOCAL_MODULE) $(LOCAL_MODULE)-jdiff : $(OUT_DOCS)/$(LOCAL_MODULE)-jdiff-docs.zip
|
||||
endif
|
||||
|
||||
ifdef LOCAL_DROIDDOC_METADATA_ZIP
|
||||
$(eval $(call copy-one-file,$(LOCAL_DROIDDOC_METADATA_ZIP),$(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(LOCAL_MODULE)-metadata.zip))
|
||||
endif
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright (C) 2017 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
#
|
||||
# Rules for building API diffs.
|
||||
#
|
||||
|
||||
.PHONY: api-diff
|
||||
|
||||
api-diff: api-stubs-docs-jdiff
|
Loading…
Reference in a new issue