Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. %build
  2. cd hybris
  3. autoreconf -v -f -i
  4. %configure \
  5. --enable-wayland \
  6. %{!?qa_stage_devel:--enable-debug} \
  7. %{!?qa_stage_devel:--enable-trace} \
  8. --with-android-headers=/usr/lib/droid-devel/droid-headers \
  9. --enable-experimental \
  10. %ifarch %{arm}
  11. --enable-arch=arm \
  12. --with-default-hybris-ld-library-path=/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib \
  13. %endif
  14. %ifarch %{ix86}
  15. --enable-arch=x86 \
  16. --with-default-hybris-ld-library-path=/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib \
  17. %endif
  18. %ifarch aarch64
  19. --enable-arch=arm64 \
  20. --with-default-hybris-ld-library-path=/usr/libexec/droid-hybris/system/lib64:/vendor/lib64:/system/lib64 \
  21. %endif
  22. --enable-property-cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement