Merge "Mark more sdk targets as PHONY"
This commit is contained in:
@@ -1391,7 +1391,7 @@ endif # TARGET_BUILD_APPS
|
|||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
docs: $(ALL_DOCS)
|
docs: $(ALL_DOCS)
|
||||||
|
|
||||||
.PHONY: sdk
|
.PHONY: sdk win_sdk winsdk-tools
|
||||||
ALL_SDK_TARGETS := $(INTERNAL_SDK_TARGET)
|
ALL_SDK_TARGETS := $(INTERNAL_SDK_TARGET)
|
||||||
sdk: $(ALL_SDK_TARGETS)
|
sdk: $(ALL_SDK_TARGETS)
|
||||||
$(call dist-for-goals,sdk win_sdk, \
|
$(call dist-for-goals,sdk win_sdk, \
|
||||||
|
@@ -12,6 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
.PHONY: sdk_addon
|
||||||
|
|
||||||
# If they didn't define PRODUCT_SDK_ADDON_NAME, then we won't define
|
# If they didn't define PRODUCT_SDK_ADDON_NAME, then we won't define
|
||||||
# any of these rules.
|
# any of these rules.
|
||||||
@@ -121,7 +122,6 @@ $(full_target_img): $(full_target) $(addon_img_source_prop) | $(ACP) $(SOONG_ZIP
|
|||||||
$(hide) $(SOONG_ZIP) -o $@ -C $(dir $(PRIVATE_STAGING_DIR)) -D $(PRIVATE_STAGING_DIR)
|
$(hide) $(SOONG_ZIP) -o $@ -C $(dir $(PRIVATE_STAGING_DIR)) -D $(PRIVATE_STAGING_DIR)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: sdk_addon
|
|
||||||
sdk_addon: $(full_target) $(full_target_img)
|
sdk_addon: $(full_target) $(full_target_img)
|
||||||
|
|
||||||
ifneq ($(sdk_repo_goal),)
|
ifneq ($(sdk_repo_goal),)
|
||||||
|
Reference in New Issue
Block a user