mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-11 13:19:11 +00:00
Delete files not for ndk
This commit is contained in:
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.
Reference in New Issue
Block a user