Advertisement
aperio

[Fixed - see bottom of paste] ArrowOS11 compile error

Dec 30th, 2020 (edited)
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [ 99% 257/258] finishing build rules ...
  2. FAILED:
  3. build/make/core/main.mk:1207: warning: build/make/target/product/mainline_system.mk produces files outside its artifact path requirement. Allowed paths are root/*, system/*
  4. Offending entries:
  5. system_ext/lib/vendor.lineage.camera.motor@1.0.so
  6. build/make/core/main.mk:1207: error: Build failed.
  7. 09:00:48 ckati failed with: exit status 1
  8.  
  9. #### failed to build some targets (27 seconds) ####
  10.  
  11.  
  12. Fix:
  13.  
  14. Add something like following to build/make/target/product/mainline_system.mk
  15.  
  16. # vendor.lineage.camera.motor@1.0 currently violates the artifact path requirements
  17. # Exclude it from the check for now
  18. _my_allowed_list += \
  19. $(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.lineage.camera.motor@1.0.so \
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement