add some powertools back in
This commit is contained in:
parent
dd387c016a
commit
3f05662544
1
prebuilt/common/etc/profile
Normal file
1
prebuilt/common/etc/profile
Normal file
@ -0,0 +1 @@
|
||||
ENV=/sd-ext/.profile
|
2
prebuilt/common/etc/resolv.conf
Normal file
2
prebuilt/common/etc/resolv.conf
Normal file
@ -0,0 +1,2 @@
|
||||
nameserver 8.8.8.8
|
||||
nameserver 8.8.4.4
|
BIN
prebuilt/common/etc/terminfo/l/linux
Normal file
BIN
prebuilt/common/etc/terminfo/l/linux
Normal file
Binary file not shown.
BIN
prebuilt/common/etc/terminfo/u/unknown
Normal file
BIN
prebuilt/common/etc/terminfo/u/unknown
Normal file
Binary file not shown.
BIN
prebuilt/common/lib/libncurses.so
Normal file
BIN
prebuilt/common/lib/libncurses.so
Normal file
Binary file not shown.
BIN
prebuilt/common/xbin/bash
Executable file
BIN
prebuilt/common/xbin/bash
Executable file
Binary file not shown.
BIN
prebuilt/common/xbin/htop
Executable file
BIN
prebuilt/common/xbin/htop
Executable file
Binary file not shown.
BIN
prebuilt/common/xbin/irssi
Executable file
BIN
prebuilt/common/xbin/irssi
Executable file
Binary file not shown.
BIN
prebuilt/common/xbin/lsof
Executable file
BIN
prebuilt/common/xbin/lsof
Executable file
Binary file not shown.
BIN
prebuilt/common/xbin/nano
Executable file
BIN
prebuilt/common/xbin/nano
Executable file
Binary file not shown.
BIN
prebuilt/common/xbin/powertop
Executable file
BIN
prebuilt/common/xbin/powertop
Executable file
Binary file not shown.
@ -23,6 +23,19 @@ PRODUCT_COPY_FILES += \
|
||||
# Allow the use of overlays
|
||||
PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/common/lib/libncurses.so:system/lib/libncurses.so \
|
||||
vendor/cyanogen/prebuilt/common/etc/resolv.conf:system/etc/resolv.conf \
|
||||
vendor/cyanogen/prebuilt/common/etc/terminfo/l/linux:system/etc/terminfo/l/linux \
|
||||
vendor/cyanogen/prebuilt/common/etc/terminfo/u/unknown:system/etc/terminfo/u/unknown \
|
||||
vendor/cyanogen/prebuilt/common/etc/profile:system/etc/profile \
|
||||
vendor/cyanogen/prebuilt/common/xbin/bash:system/xbin/bash \
|
||||
vendor/cyanogen/prebuilt/common/xbin/htop:system/xbin/htop \
|
||||
vendor/cyanogen/prebuilt/common/xbin/irssi:system/xbin/irssi \
|
||||
vendor/cyanogen/prebuilt/common/xbin/lsof:system/xbin/lsof \
|
||||
vendor/cyanogen/prebuilt/common/xbin/nano:system/xbin/nano \
|
||||
vendor/cyanogen/prebuilt/common/xbin/powertop:system/xbin/powertop
|
||||
|
||||
# Always run in insecure mode, enables root on user build variants
|
||||
#ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user