WiringPi: Android: Redefine some function that's not supported.

- Some api are not supported or redefined by android libraries. So to
support them on the android, this patch redefined the apis. And, some
api are not allowed. So avoid including the package by the problem.

Change-Id: Icaf2716a82dd98fc3c4fc3c597d4e67f3df8d755
This commit is contained in:
Luke Go
2020-04-29 11:48:28 +09:00
parent a81abab325
commit c61f82baa6
2 changed files with 5 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ cc_library_shared {
"wiringPi/mcp3422.c",
"wiringPi/pcf8591.c",
"wiringPi/softTone.c",
"wiringPi/wpiExtensions.c",
],
vendor_available: true,