Advertisement
Guest User

Untitled

a guest
Nov 27th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. heres my error on brunch
  2.  
  3.  
  4. target thumb C: libbusybox <= external/busybox/libbb/udp_io.c
  5. target thumb C: libbusybox <= external/busybox/procps/fuser.c
  6. target thumb C: libcrypto_static <= external/openssl/crypto/cpt_err.c
  7. make: *** No rule to make target `/root/Ubuntu-Touch/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/root/Ubuntu-Touch/out/target/common/obj/APPS/GalaxyS3Settings_intermediates/src/R.stamp'. Stop.
  8. make: *** Waiting for unfinished jobs....
  9. root@ubuntu:~/Ubuntu-Touch#
  10.  
  11.  
  12. only reference to galaxyS3settings (and dunno why i need that for s4 )
  13.  
  14. # Copyright (C) 2012 The CyanogenMod Project
  15. #
  16. # Licensed under the Apache License, Version 2.0 (the "License");
  17. # you may not use this file except in compliance with the License.
  18. # You may obtain a copy of the License at
  19. #
  20. # http://www.apache.org/licenses/LICENSE-2.0
  21. #
  22. # Unless required by applicable law or agreed to in writing, software
  23. # distributed under the License is distributed on an "AS IS" BASIS,
  24. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  25. # See the License for the specific language governing permissions and
  26. # limitations under the License.
  27.  
  28.  
  29. # Media config
  30. PRODUCT_COPY_FILES += \
  31. device/samsung/qcom-common/media/media_codecs.xml:system/etc/media_codecs.xml
  32.  
  33. # QCOM Display
  34. PRODUCT_PACKAGES += \
  35. libgenlock \
  36. libmemalloc \
  37. liboverlay \
  38. libqdutils \
  39. libtilerenderer \
  40. libI420colorconvert
  41.  
  42. PRODUCT_PROPERTY_OVERRIDES += \
  43. debug.sf.hw=1 \
  44. debug.egl.hw=1 \
  45. debug.composition.type=dyn \
  46. persist.hwc.mdpcomp.enable=true \
  47. debug.mdpcomp.logs=0 \
  48. ro.telephony.ril_class=SamsungQualcommRIL \
  49. ro.telephony.call_ring.multiple=0
  50.  
  51. # GalaxyS3Settings
  52. # TODO: Move here
  53. # PRODUCT_PACKAGES += \
  54. # GalaxyS3Settings \
  55. # SamsungServiceMode
  56.  
  57. # Omx
  58. PRODUCT_PACKAGES += \
  59. libdivxdrmdecrypt \
  60. libmm-omxcore \
  61. libOmxCore \
  62. libstagefrighthw \
  63. libOmxVdec \
  64. libOmxVenc \
  65. libOmxAacEnc \
  66. libOmxAmrEnc \
  67. libOmxEvrcEnc \
  68. libOmxQcelp13Enc \
  69. libdashplayer
  70.  
  71. # Filesystem management tools
  72. PRODUCT_PACKAGES += \
  73. make_ext4fs \
  74. e2fsck \
  75. setup_fs
  76.  
  77. # for bugmailer
  78. PRODUCT_PACKAGES += send_bug
  79. PRODUCT_COPY_FILES += \
  80. system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \
  81. system/extras/bugmailer/send_bug:system/bin/send_bug
  82.  
  83. # Thermal profiles
  84. PRODUCT_PACKAGES += \
  85. thermald-8064ab.conf \
  86. thermald-8064.conf \
  87. thermald-8930.conf \
  88. thermald-8930ab.conf \
  89. thermald-8960.conf \
  90. thermald-8960ab.conf \
  91. thermal-engine-8064ab.conf \
  92. thermal-engine-8064.conf \
  93. thermal-engine-8930.conf \
  94. thermal-engine-8960.conf
  95.  
  96. # Init scripts
  97. PRODUCT_PACKAGES += \
  98. init.qcom.post_boot.sh \
  99. init.qcom.efs.sync.sh \
  100. init.qcom.sh \
  101. init.qcom.class_core.sh \
  102. init.qcom.class_main.sh \
  103. init.qcom.syspart_fixup.sh \
  104. init.qcom.early_boot.sh \
  105. init.qcom.mdm_links.sh \
  106. init.qcom.modem_links.sh \
  107. init.qcom.usb.sh \
  108. lpm.rc \
  109. init.qcom.lpm_boot.sh \
  110. init.qcom.thermal_conf.sh \
  111. init.recovery.qcom.rc \
  112. init.qcom.ril.sh
  113.  
  114. # Charger
  115. PRODUCT_PACKAGES += charger charger_res_images
  116.  
  117. PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
  118.  
  119.  
  120.  
  121. but galaxys3 settings are already commented out ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement