From d9f0c9bcce7092bf92cab485981630bd74307831 Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Wed, 17 Feb 2010 13:45:37 -0500 Subject: Get most of the chromium sources to compile by using a prefix header and some fake headers. Added modp_b64 and some testing headers. Removed a lot of files from Android.mk since they refer to libraries we don't have. Still needs a lot of work... --- android/sys/sysctl.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 android/sys/sysctl.h (limited to 'android/sys') diff --git a/android/sys/sysctl.h b/android/sys/sysctl.h new file mode 100644 index 0000000..c5c75b5 --- /dev/null +++ b/android/sys/sysctl.h @@ -0,0 +1 @@ +// Empty because sysctl is only needed on mac. -- cgit v1.1