summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-03-04 22:20:25 -0800
committerColin Cross <ccross@android.com>2021-03-04 22:20:25 -0800
commitfa23b287bf6eee4642bbe3f9f003eb8e6373372e (patch)
tree4ddba5e458b78a0d97053c902ba0541130f4237c
parent84192a3830c2d3bff33a5f535cef1f60de8b279c (diff)
downloadarmv7-a-neon-fa23b287bf6eee4642bbe3f9f003eb8e6373372e.tar.gz
Remove old lint from PRODUCT_PACKAGES
There was no module named lint, so the entry was ignored. Adding a new host module named lint triggers an error: build/make/core/main.mk:1293: warning: Host modules should be in PRODUCT_HOST_PACKAGES, not PRODUCT_PACKAGES Offending entries: lint Remove the old entry. Test: lunch mini_armv7a_neon-eng && m nothing Change-Id: Ied745a30e7330110fc07bbead02ec306d7056f56
-rw-r--r--mini_common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mini_common.mk b/mini_common.mk
index d71f814..ca653af 100644
--- a/mini_common.mk
+++ b/mini_common.mk
@@ -55,7 +55,6 @@ PRODUCT_PACKAGES += \
libvideoeditor_osal \
libvideoeditorplayer \
libvideoeditor_videofilters \
- lint \
local_time.default \
network \
pand \