mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
Delete files not for ndk
This commit is contained in:
parent
b56a757f2e
commit
3f43567c8f
13
Makefile
13
Makefile
@ -1,13 +0,0 @@
|
||||
LBITS := $(shell getconf LONG_BIT)
|
||||
ifeq ($(LBITS),64)
|
||||
LIBDIR ?= libs/x86_64
|
||||
else
|
||||
LIBDIR ?= libs/x86
|
||||
endif
|
||||
|
||||
CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -std=gnu11
|
||||
LDLIBS=$(LIBDIR)/libsepol.a
|
||||
|
||||
all: sepolicy-inject
|
||||
|
||||
sepolicy-inject: sepolicy-inject.c
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user