From: rtrimana Date: Thu, 26 Jul 2018 22:36:15 +0000 (-0700) Subject: Only driversList.config is needed in the iot2/bin/iotinstaller folder in the beginning. X-Git-Url: http://demsky.eecs.uci.edu/git/?p=iot2.git;a=commitdiff_plain;h=3a5a186673d66579ba1dbfad7661140cb4778fbf Only driversList.config is needed in the iot2/bin/iotinstaller folder in the beginning. --- diff --git a/iotjava/Makefile b/iotjava/Makefile index 94c01f6..77affec 100644 --- a/iotjava/Makefile +++ b/iotjava/Makefile @@ -48,8 +48,8 @@ installer: cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotruntime/ cp ../localconfig/iotruntime/MySQLInterface.config $(BIN_DIR)/iotinstaller/ cp -r ../localconfig/SupportedDevices/ $(BIN_DIR)/ + # Only driversList.config is needed for the phone app to start cp ../localconfig/SupportedDevices/driversList.config $(BIN_DIR)/iotinstaller/ - cp ../localconfig/SupportedDevices/AddressInformation.config $(BIN_DIR)/iotinstaller/ PHONY += runtime runtime: