From c684e5e9efb63b326ba460638f7d15357eeedfee Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 4 Jan 2019 17:05:20 -0800 Subject: [PATCH] Remove commons-compress-1.0 from the sdk build list We don't seem to actually be using or packaging this in any Android.mk file or atree file. Bug: 122332391 Test: codesearch, treehugger Change-Id: Ie2c148aa45fd834683be02228f92f969ad8da8e7 --- build/product_sdk.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/build/product_sdk.mk b/build/product_sdk.mk index 52ef9a4f1..e8a89ca8c 100644 --- a/build/product_sdk.mk +++ b/build/product_sdk.mk @@ -34,7 +34,6 @@ PRODUCT_PACKAGES += \ apksigner \ bcc_compat \ bios.bin \ - commons-compress-1.0 \ deployagent \ dexdump \ dmtracedump \