Delete files not for ndk

This commit is contained in:
topjohnwu 2016-09-13 06:33:48 +08:00
parent b56a757f2e
commit 3f43567c8f
3 changed files with 0 additions and 13 deletions

View File

@ -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.