Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ifeq ($(TARGET_PREBUILT_KERNEL),)
  2. LOCAL_KERNEL := device/oneplus/oneplus2-kernel/kernel
  3. else
  4. LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
  5. endif
  6.  
  7. PRODUCT_COPY_FILES += \
  8. $(LOCAL_KERNEL):kernel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement