From 3ec918d342bbeb9e2cb5f86370fb23af5b5efeb1 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Tue, 28 Jan 2020 21:01:38 -0800 Subject: [PATCH] Remove unused no_vendor_variant_vndk_check target This was missed when we moved from a single target for checking all VNDK libraries to using timestamp files for checking individual VNDK libraries. Test: Build success. Change-Id: I3be19f6755b24fff2446449a9dbc84db9a20ea41 --- core/main.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/main.mk b/core/main.mk index cb441068f9..ec1effd1b1 100644 --- a/core/main.mk +++ b/core/main.mk @@ -444,10 +444,6 @@ ifndef subdir_makefiles_total subdir_makefiles_total := $(words init post finish) endif -droid_targets: no_vendor_variant_vndk_check -.PHONY: no_vendor_variant_vndk_check -no_vendor_variant_vndk_check: - $(info [$(call inc_and_print,subdir_makefiles_inc)/$(subdir_makefiles_total)] finishing build rules ...) # -------------------------------------------------------------------