aboutsummaryrefslogtreecommitdiffstats
path: root/libnos/include/nos/NuggetClient.h
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-08 16:54:43 -0700
committerXin Li <delphij@google.com>2020-09-08 16:54:43 -0700
commit57492c61c8800771330363cd5bf63a6c3b263290 (patch)
tree0904b9f712d8d0fc62470c89576cb0c0444ce406 /libnos/include/nos/NuggetClient.h
parentc800e75b5615881f130a7cb356e281966fa67671 (diff)
parenta21d9de13958fd04376f1dbc2aa945d2df625a90 (diff)
downloadplatform_external_nos_host_generic-master.tar.gz
platform_external_nos_host_generic-master.tar.bz2
platform_external_nos_host_generic-master.zip
Merge Android RHEADmaster
Bug: 168057903 Merged-In: If0f3baab4f54614b6890d8419f6ca8c1b59ba1de Change-Id: I24501de7efea9f33add1ada8a2dd5c2bcf98ca7e
Diffstat (limited to 'libnos/include/nos/NuggetClient.h')
-rw-r--r--libnos/include/nos/NuggetClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnos/include/nos/NuggetClient.h b/libnos/include/nos/NuggetClient.h
index 428b0c3..f79b168 100644
--- a/libnos/include/nos/NuggetClient.h
+++ b/libnos/include/nos/NuggetClient.h
@@ -42,6 +42,7 @@ public:
* Passing an empty device name causes the default device to be selected.
*/
NuggetClient(const std::string& device_name);
+ NuggetClient(const char* device_name);
~NuggetClient() override;