Removed Android.mk

The standard Makefile can be used for cross-compilation anyway.
This commit is contained in:
wiire-a 2018-01-03 15:21:02 +01:00
parent 9e7ba19ee9
commit dbb70b14be
2 changed files with 1 additions and 10 deletions

View File

@ -1,9 +0,0 @@
LOCAL_PATH:=$(call my-dir)/src
include $(CLEAR_VARS)
LOCAL_CFLAGS:=-std=c99 -O3
LOCAL_MODULE:=pixiewps
LOCAL_SRC_FILES:=pixiewps.c mbedtls/sha256.c mbedtls/md.c mbedtls/md_wrap.c
include $(BUILD_EXECUTABLE)

View File

@ -120,7 +120,7 @@ The empty PIN, denoted with `<empty>` can be tested with `-p ""` in Reaver [1.6.
# Supported platforms # Supported platforms
Pixiewps can be compiled for a wide variety of platforms including Android. On Windows it can be compiled with [MinGW](http://www.mingw.org/). Be sure to have installed phtread support. Pixiewps can be compiled for a wide variety of platforms. On Windows it can be compiled with [MinGW](http://www.mingw.org/). Be sure to have installed phtread support.
Since version 1.4.1 it has been included in [OpenWrt](https://openwrt.org/) and [LEDE](https://lede-project.org/) official repositories. Since version 1.4.1 it has been included in [OpenWrt](https://openwrt.org/) and [LEDE](https://lede-project.org/) official repositories.