dropped ashmem in the debian and scripts folder
This commit is contained in:
parent
966ca69a08
commit
4dfdec531d
|
@ -16,7 +16,7 @@ Package: anbox-modules-dkms
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: Android kernel driver (binder, ashmem) in DKMS format.
|
Description: Android kernel driver (binder) in DKMS format.
|
||||||
.
|
.
|
||||||
This package contains a out-of-tree version of the core Android
|
This package contains a out-of-tree version of the core Android
|
||||||
kernel functionalities binder and ashmem.
|
kernel functionality binder.
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
PACKAGE_NAME="anbox"
|
PACKAGE_NAME="anbox"
|
||||||
PACKAGE_VERSION="1"
|
PACKAGE_VERSION="1"
|
||||||
CLEAN="make -C ashmem clean && make -C binder clean"
|
CLEAN="make -C binder clean"
|
||||||
MAKE[0]="'make' -j$parallel_jobs -C ashmem KERNEL_SRC=$kernel_source_dir && make -j$parallel_jobs -C binder KERNEL_SRC=$kernel_source_dir"
|
MAKE[0]="ake -j$parallel_jobs -C binder KERNEL_SRC=$kernel_source_dir"
|
||||||
BUILT_MODULE_NAME[0]="ashmem_linux"
|
|
||||||
BUILT_MODULE_LOCATION[0]="ashmem"
|
|
||||||
DEST_MODULE_LOCATION[0]="/updates"
|
|
||||||
BUILT_MODULE_NAME[1]="binder_linux"
|
BUILT_MODULE_NAME[1]="binder_linux"
|
||||||
BUILT_MODULE_LOCATION[1]="binder"
|
BUILT_MODULE_LOCATION[1]="binder"
|
||||||
DEST_MODULE_LOCATION[1]="/updates"
|
DEST_MODULE_LOCATION[1]="/updates"
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
ashmem usr/src/anbox-1
|
|
||||||
binder usr/src/anbox-1
|
binder usr/src/anbox-1
|
||||||
anbox.conf /etc/modules-load.d/
|
anbox.conf /etc/modules-load.d/
|
||||||
|
|
|
@ -24,11 +24,6 @@ make prepare CC=${CC} HOSTCC=${CC}
|
||||||
make scripts CC=${CC} HOSTCC=${CC}
|
make scripts CC=${CC} HOSTCC=${CC}
|
||||||
)
|
)
|
||||||
|
|
||||||
(
|
|
||||||
cd ashmem || exit 1
|
|
||||||
make KERNEL_SRC="../${src_dir}" CC=${CC} HOSTCC=${CC}
|
|
||||||
)
|
|
||||||
|
|
||||||
(
|
(
|
||||||
cd binder || exit 1
|
cd binder || exit 1
|
||||||
make KERNEL_SRC="../${src_dir}" CC=${CC} HOSTCC=${CC}
|
make KERNEL_SRC="../${src_dir}" CC=${CC} HOSTCC=${CC}
|
||||||
|
|
Loading…
Reference in New Issue