diff options
author | David Su <dysu@google.com> | 2019-01-16 16:50:27 -0800 |
---|---|---|
committer | David Su <dysu@google.com> | 2019-01-16 16:50:27 -0800 |
commit | b41888fd4597a47fa6ddad3cdd7b0830e5c1d49e (patch) | |
tree | fbfba66e46e8eb41ed5f18eee646b5cd72dd4583 | |
parent | c7c7e40a412824bcc0014e962d1cc7488cef5dd5 (diff) | |
download | device_generic_armv7-a-neon-b41888fd4597a47fa6ddad3cdd7b0830e5c1d49e.tar.gz device_generic_armv7-a-neon-b41888fd4597a47fa6ddad3cdd7b0830e5c1d49e.tar.bz2 device_generic_armv7-a-neon-b41888fd4597a47fa6ddad3cdd7b0830e5c1d49e.zip |
Remove wifilogd from armv7-a-neon .mk
Remove wifilogd from armv7-a-neon .mk
Bug: 113655028
Test: compiles
Change-Id: Id7c89fb5450ad46a724c554b6cd124d284ee1407
-rw-r--r-- | mini_common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mini_common.mk b/mini_common.mk index a41731d..e4df06f 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -46,7 +46,6 @@ PRODUCT_PACKAGES += \ com.android.future.usb.accessory \ hostapd \ wificond \ - wifilogd \ librs_jni \ libvideoeditor_core \ libvideoeditor_jni \ |