Advertisement
gimmeitorilltell

c7.1.2 build error

Apr 22nd, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. frameworks/native/services/surfaceflinger/DisplayUtils.cpp:199:17: error: use of undeclared identifier 'GRALLOC_USAGE_PRIVATE_WFD'
  2. flag_mask = GRALLOC_USAGE_PRIVATE_WFD;
  3. ^
  4. 1 error generated.
  5. make: *** [/media/tony/b92c941b-2fdc-405a-a554-1865db342f04/home/tony/candy712/out/target/product/t6spr/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates/DisplayUtils.o] Error 1
  6. make: *** Waiting for unfinished jobs....
  7. frameworks/native/services/surfaceflinger/ExSurfaceFlinger/ExLayer.cpp:123:60: error: no member named 'PRIV_FLAGS_INTERNAL_ONLY' in 'private_handle_t'; did you mean 'PRIV_FLAGS_EXTERNAL_ONLY'?
  8. return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_INTERNAL_ONLY));
  9. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  10. PRIV_FLAGS_EXTERNAL_ONLY
  11. out/target/product/t6spr/obj/include/qcom/display/gralloc_priv.h:154:13: note: 'PRIV_FLAGS_EXTERNAL_ONLY' declared here
  12. PRIV_FLAGS_EXTERNAL_ONLY = 0x00002000,
  13. ^
  14. frameworks/native/services/surfaceflinger/ExSurfaceFlinger/ExLayer.cpp:139:60: error: no member named 'PRIV_FLAGS_SECURE_DISPLAY' in 'private_handle_t'; did you mean 'PRIV_FLAGS_SECURE_BUFFER'?
  15. return (hnd && (hnd->flags & private_handle_t::PRIV_FLAGS_SECURE_DISPLAY));
  16. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  17. PRIV_FLAGS_SECURE_BUFFER
  18. out/target/product/t6spr/obj/include/qcom/display/gralloc_priv.h:148:13: note: 'PRIV_FLAGS_SECURE_BUFFER' declared here
  19. PRIV_FLAGS_SECURE_BUFFER = 0x00000400,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement