summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2014-04-17Use just LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.Ying Wang
Change-Id: I2595238a8295150a211f172d0cbef1ed6b217ea1
2012-06-04Rename Camera to LegacyCamera for SDK inclusion.Eino-Ville Talvala
The SDK needs a camera app that does not require GPU acceleration. The Camera app from 4.0.4 meets these requirements. Change-Id: Idb42d4b9e47d584ef1da10e3ba672d537c8db94b
2011-09-06Add video recording with effects into Camera.Eino-Ville Talvala
Initial support for video recording in the Camera app, with the goofyface and background replacement effects. Bug: 5212166 Change-Id: I30995e305c202ba57bf76ff18c885bf16c5ea14f
2011-08-10Update face detection API.Wu-cheng Li
bug:4460717 Change-Id: Ia748a3b9c5664058c63edce2335836f3817c909d
2011-08-04Add face detection UI.Wu-cheng Li
bug:4460717 Change-Id: Id09cc012efffcee0f5af3a070b5dcb775a7048a0
2011-07-04Check in mosaic stitching codes - the native partWei-Ta Chen
Updated to v4-3-2. Bug: 4990566 Change-Id: I779dcc930323353964572918510f1492828c4db4
2010-09-29Fix proguard flag file dependency.Ying Wang
Change-Id: Ida0f8a9b28458b1b35581b46c30b2c1cc992c42d
2010-03-08Unbundle: change camera package name.Chih-Chung Chang
Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
2010-03-08Revert "Unbundle: change package name to com.google.android.camera"Chih-Chung Chang
This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
2010-03-05Unbundle: change package name to com.google.android.cameraChih-Chung Chang
2010-03-05Revert "Unbundle."Chih-Chung Chang
This reverts commit 7319f3f17216969cdb364224d748ef8d3b68af93.
2010-03-05Unbundle.Chih-Chung Chang
2010-03-03Enable proguard on Camera.Ying Wang
also fix proguard flags.
2010-03-02Disable proguard to avoid camera crash.Wu-cheng Li
We should check what classes/members we want to keep. Before that, let's disable it to keep camera working.
2010-01-05Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I80b28db6aaf6af365f12681caa8905e896c2c30d
2009-08-26Remove unused library.Chih-Chung Chang
This should save about 30k (uncompressed) on the user build. The library was used for the uploader, but the code has long since been removed.
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project