Advertisement
Guest User

Untitled

a guest
Jan 4th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. .PHONY: hybris-hal hybris-common
  2.  
  3. hybris-common: bootimage hybris-updater-unpack hybris-updater-script hybris-recovery hybris-boot servicemanager logcat updater init adb adbd linker libc libEGL libGLESv1_CM libGLESv2
  4. hybris-hal: hybris-common
  5.  
  6. ifeq ("$(TARGET_ARCH)", "arm64")
  7. hybris-hal: libc_32 libEGL_32 libGLESv1_CM_32 libGLESv2_32 linker_32
  8. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement