Advertisement
aperio

MinOS Build Error 4

Sep 22nd, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Install: /media/lubuntu/771f4ca9-7e28-4aa2-b64c-75dcef416815/minos/out/target/product/hammerhead/system/bin/debuggerd
  2. target SharedLib: libart (/media/lubuntu/771f4ca9-7e28-4aa2-b64c-75dcef416815/minos/out/target/product/hammerhead/obj/SHARED_LIBRARIES/libart_intermediates/LINKED/libart.so)
  3. chunk 0: type 0 start 0 len 8120330
  4. chunk 1: type 2 start 8120330 len 1404928
  5. chunk 2: type 0 start 8916617 len 375
  6. Construct patches for 3 chunks...
  7. frameworks/base/core/java/android/provider/Settings.java:6148: error: variable PRIVACY_GUARD_NOTIFICATION is already defined in class Secure
  8. public static final String PRIVACY_GUARD_NOTIFICATION = "privacy_guard_notification";
  9. ^
  10. frameworks/base/core/java/android/widget/Toast.java:406: error: package Settings does not exist
  11. if ((Settings.System.getInt(context.getContentResolver(), Settings.System.TOAST_ICON, 1) == 1)) {
  12. ^
  13. frameworks/base/core/java/android/widget/Toast.java:406: error: package Settings does not exist
  14. if ((Settings.System.getInt(context.getContentResolver(), Settings.System.TOAST_ICON, 1) == 1)) {
  15. ^
  16. Note: Some input files use or override a deprecated API.
  17. Note: Recompile with -Xlint:deprecation for details.
  18. Note: Some input files use unchecked or unsafe operations.
  19. Note: Recompile with -Xlint:unchecked for details.
  20. 3 errors
  21. make: *** [/media/lubuntu/771f4ca9-7e28-4aa2-b64c-75dcef416815/minos/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar] Error 41
  22. make: *** Waiting for unfinished jobs....
  23. patch 0 is 209 bytes (of 8120330)
  24. patch 1 is 1883456 bytes (of 796287)
  25. patch 2 is 190 bytes (of 375)
  26. chunk 0: normal ( 0, 8120330) 209
  27. chunk 1: deflate ( 8120330, 3537168) 1883456 (null)
  28. chunk 2: normal ( 11657498, 1766) 190
  29.  
  30. #### make failed to build some targets (02:00:41 (hh:mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement