I'm trying to make a mobile mashup of existing apps
Got Default Android System Camera App for 2.2 Froyo from
https://android.googlesource.com/platform/packages/apps/Camera/+/froyo-release
Works and compiles great
Got Default Android System Gallery App for 2.2 Froyo from
https://android.googlesource.com/platform/packages/apps/Gallery/+/froyo-release
Doesn't compile! Some errors -
local variables mLength, mHeight ... cannot be resolved
import android.provider.DrmStore;... cannot be resolved
How can I compile and run the default gallery app on Froyo?