Issue #1201: auto-focus problem was fixed. Binaries were rebuilt.

This commit is contained in:
Alexander Smorkalov
2012-03-21 06:52:18 +00:00
parent ad2ee1d572
commit fa4977dff4
14 changed files with 15 additions and 4 deletions

View File

@@ -5,4 +5,5 @@ Building camera wrapper for Android 3.0.1:
3) Get frameworks/base/include/gui/ISurfaceTexture.h and frameworks/base/include/gui/SurfaceTexture.h from Android 4.0.x (4.0.3 were used) sources and add them to your source tree.
4) Apply provided patch to the frameworks/base/include/gui/SurfaceTexture.h.
5) Pull /system/lib from your device running Andoid 3.x.x
6) Build wrapper as normal using this modified source tree.
6) Edit <Android Root>/development/sdk/platform_source.properties file. Set Android version to 3.0.1.
7) Build wrapper as normal using this modified source tree.