Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/hwcplus/include/stub.h

Issue 252583002: Make it possible to build libhardware. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hwc2
Patch Set: clean up more lint Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/hwcplus/include/stub.h
diff --git a/third_party/hwcplus/include/stub.h b/third_party/hwcplus/include/stub.h
new file mode 100644
index 0000000000000000000000000000000000000000..b7ad91e8c459c19b81506afebf5cdbb542e2f40d
--- /dev/null
+++ b/third_party/hwcplus/include/stub.h
@@ -0,0 +1,5 @@
+#include <stddef.h>
+
+size_t strlcpy(char *dst, const char *src, size_t sz);
+int __android_log_print(int prio, const char *tag, const char *fmt, ...);
+

Powered by Google App Engine
This is Rietveld 408576698