update
This commit is contained in:
parent
5cf19307c8
commit
20658e6c1d
@ -6,6 +6,7 @@ include vendor/custom/fonts/fonts.mk
|
|||||||
# Include prebuilts packages
|
# Include prebuilts packages
|
||||||
include vendor/custom/prebuilts/prebuilts.mk
|
include vendor/custom/prebuilts/prebuilts.mk
|
||||||
RELAX_USES_LIBRARY_CHECK=true
|
RELAX_USES_LIBRARY_CHECK=true
|
||||||
|
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES=true
|
||||||
|
|
||||||
TARGET_EXCLUDE_PACKAGES += \
|
TARGET_EXCLUDE_PACKAGES += \
|
||||||
Seedvault \
|
Seedvault \
|
||||||
|
22
prebuilts/Android.bp
Normal file
22
prebuilts/Android.bp
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
soong_namespace {
|
||||||
|
imports: [
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "wg",
|
||||||
|
srcs: ["product/bin/wg"],
|
||||||
|
installable: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "wg-quick",
|
||||||
|
srcs: ["product/bin/wg-quick"],
|
||||||
|
installable: true,
|
||||||
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_binary {
|
||||||
|
name: "vim",
|
||||||
|
srcs: ["product/bin/vim"],
|
||||||
|
installable: true,
|
||||||
|
}
|
@ -1,2 +1 @@
|
|||||||
# Copy files
|
# Copy files
|
||||||
PRODUCT_COPY_FILES += $(call find-copy-subdir-files,*,vendor/custom/prebuilts/product/bin,$(TARGET_COPY_OUT_PRODUCT)/bin)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user