Skip to content

Commit

Permalink
loki_tool: convert to blueprint
Browse files Browse the repository at this point in the history
Change-Id: Id35492c9f671c265d4b637eb4d536e812f48282b
  • Loading branch information
Stricted committed Sep 21, 2020
1 parent fd91e5c commit 01a9401
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
5 changes: 0 additions & 5 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ include $(SAM_ROOT)/macloader/Android.mk
include $(SAM_ROOT)/wifiloader/Android.mk
endif

# Loki
ifeq ($(strip $(TARGET_NEEDS_LOKI)),true)
include $(SAM_ROOT)/loki_tool/Android.mk
endif

ifeq ($(BOARD_VENDOR),samsung)
include $(SAM_ROOT)/AdvancedDisplay/Android.mk
include $(SAM_ROOT)/audio/Android.mk
Expand Down
15 changes: 15 additions & 0 deletions loki_tool/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cc_binary_host {
name: "loki_tool",
cflags: [
"-Wno-pointer-arith",
"-Wno-unused-result",
"-Wno-sign-compare",
],
srcs: [
"loki_flash.c",
"loki_patch.c",
"loki_find.c",
"loki_unlok.c",
"main.c",
],
}
17 changes: 0 additions & 17 deletions loki_tool/Android.mk

This file was deleted.

0 comments on commit 01a9401

Please sign in to comment.