 Chromium Code Reviews
 Chromium Code Reviews Issue 252583002:
  Make it possible to build libhardware.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@hwc2
    
  
    Issue 252583002:
  Make it possible to build libhardware.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@hwc2| 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, ...); | 
| + |