libandroid-shmem-x11: remove package since it is unused

Original libandroid-shmem should be fine.

Supporting shm*() system calls is out-of-scope since
they are blocked by seccomp on Android 8 or later.

Functions like ASharedMemory_create() have no usage currently and
will be re-implemented if necessary. They are also available in
Bionic libc starting from Android API 26.
This commit is contained in:
Leonid Pliushch 2019-01-18 00:56:40 +02:00 committed by Yaksh Bariya
parent 93336ff011
commit 0b378124c7
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
TERMUX_PKG_HOMEPAGE=https://github.com/xeffyr/libandroid-shmem-x11
TERMUX_PKG_DESCRIPTION="Shared memory functionality for Termux (x11 packages)"
TERMUX_PKG_VERSION=1.1
TERMUX_PKG_SRCURL=https://github.com/xeffyr/libandroid-shmem-x11/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ea032e8b68a6815de0286408043b67c1c472887c66835634cf13729a83f7cf3f
TERMUX_PKG_BUILD_IN_SRC=yes
## Completely replaces libandroid-shmem.
TERMUX_PKG_PROVIDES="libandroid-shmem"
TERMUX_PKG_REPLACES="${TERMUX_PKG_PROVIDES}"
TERMUX_PKG_CONFLICTS="${TERMUX_PKG_PROVIDES}, libandroid-shmem-dev"