Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. target thumb C++: minisfservice <= external/droidmedia/minisf.cpp
  2. In file included from external/droidmedia/minisf.cpp:22:0:
  3. frameworks/native/include/binder/BinderService.h: In instantiation of 'static android::status_t android::BinderService<SERVICE>::publish(bool) [with SERVICE = MiniSurfaceFlinger; android::status_t = int]':
  4. frameworks/native/include/binder/BinderService.h:49:33: required from 'static void android::BinderService<SERVICE>::instantiate() [with SERVICE = MiniSurfaceFlinger]'
  5. external/droidmedia/minisf.cpp:232:25: required from here
  6. frameworks/native/include/binder/BinderService.h:41:45: error: cannot allocate an object of abstract type 'MiniSurfaceFlinger'
  7. external/droidmedia/minisf.cpp:49:7: note: because the following virtual functions are pure within 'MiniSurfaceFlinger':
  8. In file included from external/droidmedia/minisf.cpp:23:0:
  9. frameworks/native/include/gui/ISurfaceComposer.h:120:22: note: virtual android::status_t android::ISurfaceComposer::captureScreen(const android::sp<android::IBinder>&, const android::sp<android::IGraphicBufferProducer>&, uint32_t, uint32_t, uint32_t, uint32_t, bool)
  10. make: *** [/home/test/mer/android/droid/out/target/product/tenderloin/obj/EXECUTABLES/minisfservice_intermediates/minisf.o] Error 1
  11. HABUILD_SDK [tenderloin] test@justin-pc:~/mer/android/droid$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement