Guest User

Untitled

a guest
Oct 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. diff --git a/Android.mk b/Android.mk
  2. index 96b2714..df73415 100644
  3. --- a/Android.mk
  4. +++ b/Android.mk
  5. @@ -1,3 +1,5 @@
  6. -ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),s5pc110)
  7. - include $(all-subdir-makefiles)
  8. +ifeq ($(TARGET_DEVICE),p1)
  9. + ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),s5pc110)
  10. + include $(all-subdir-makefiles)
  11. + endif
  12. endif
Add Comment
Please, Sign In to add comment