Commit Graph

4 Commits

Author SHA1 Message Date
Elliott Hughes
f16e0fd111 Include <string.h> for memset.
Change-Id: I36bff9268ba1cb50a4be25f1a428082cf854b7be
2015-01-25 08:47:56 -08:00
Dan Albert
c16f22a622 Explicitly use an older C++ standard.
There's some crufty code in here that cannot be compiled with C++11 (a
lot of implicit conversions that C++11 complains about but C++98
doesn't). Moving this project isn't a high priority, so just use an
older standard.

Bug: 18466763
Change-Id: Iaffc7b2b19bb7ecbdc234782fb9370c641559fac
2014-11-20 10:52:36 -08:00
Ben Cheng
c54a9369f0 Build both 64- and 32-bit versions.
Change-Id: I9e641cebcd71cb680ecb326e8c75e68e7d016ea4
2014-05-30 09:58:47 -07:00
Ben Cheng
4b5b3887b9 Move the panorama benchmark from packages/apps/Camera to here.
Also cut unnecessary dependencies on other parts of Android and build
staticly linked binaries so that the benchmark can be run on barebone
systems.

Change-Id: I69ea59c677c750d1982389dd62a6a74e4719d547
2014-05-27 16:12:56 -07:00