summaryrefslogtreecommitdiffstats
path: root/android/sys
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2010-02-17 13:45:37 -0500
committerPatrick Scott <phanna@android.com>2010-02-17 13:45:37 -0500
commitd9f0c9bcce7092bf92cab485981630bd74307831 (patch)
tree33066e08afc2412c3bb28e62e90063ade3768b93 /android/sys
parentc397f4b9d798bed94d7c234c177b4a8cf3f87f71 (diff)
downloadexternal_chromium-d9f0c9bcce7092bf92cab485981630bd74307831.zip
external_chromium-d9f0c9bcce7092bf92cab485981630bd74307831.tar.gz
external_chromium-d9f0c9bcce7092bf92cab485981630bd74307831.tar.bz2
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...
Diffstat (limited to 'android/sys')
-rw-r--r--android/sys/sysctl.h1
1 files changed, 1 insertions, 0 deletions
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.