aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2016-01-20 01:11:40 +0000
committerLisa Nguyen <lisa.nguyen@linaro.org>2016-08-08 11:14:40 -0700
commitf6bc59e8ae3782e03ba305b492dc5f2de44012e1 (patch)
tree98389757339eb966d49af339a48a07bd2a788545
parent9b11b2c88059160dabf2d8ba0a39ede3d80e438b (diff)
downloadpowertop-2.0-f6bc59e8ae3782e03ba305b492dc5f2de44012e1.tar.gz
Android: Remove src/tuning/usb.cpp from LOCAL_SRC_FILES
The src/tuning/usb.cpp file doesn't exist anymore. Remove the reference to that file in Android.mk. Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2bfe581..02f7b7d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -71,7 +71,6 @@ LOCAL_SRC_FILES += \
src/main.cpp \
src/tuning/tuning.cpp \
src/tuning/tuningi2c.cpp \
- src/tuning/usb.cpp \
src/tuning/tuningusb.cpp \
src/tuning/bluetooth.cpp \
src/tuning/ethernet.cpp \