sm6225-common: declare expat as symlink during extraction
Change-Id: I0e42b6baabf3f44fb390e9a32af8a546cdf162c6
This commit is contained in:
parent
0c303a370c
commit
3a99687186
3 changed files with 1 additions and 12 deletions
|
@ -6,13 +6,6 @@
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
install_symlink {
|
|
||||||
name: "bin_expat_symlink",
|
|
||||||
vendor: true,
|
|
||||||
installed_location: "bin/expat",
|
|
||||||
symlink_target: "motobox",
|
|
||||||
}
|
|
||||||
|
|
||||||
install_symlink {
|
install_symlink {
|
||||||
name: "firmware_aw_cali.bin_symlink",
|
name: "firmware_aw_cali.bin_symlink",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
|
|
|
@ -293,10 +293,6 @@ PRODUCT_PACKAGES += \
|
||||||
com.android.nfc_extras \
|
com.android.nfc_extras \
|
||||||
Tag
|
Tag
|
||||||
|
|
||||||
# OEM
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
bin_expat_symlink
|
|
||||||
|
|
||||||
# Overlay
|
# Overlay
|
||||||
DEVICE_PACKAGE_OVERLAYS += \
|
DEVICE_PACKAGE_OVERLAYS += \
|
||||||
$(LOCAL_PATH)/overlay \
|
$(LOCAL_PATH)/overlay \
|
||||||
|
|
|
@ -397,7 +397,7 @@ product/etc/permissions/com.motorola.moto-uirefresh.xml
|
||||||
product/etc/permissions/com.motorola.motodisplay.xml
|
product/etc/permissions/com.motorola.motodisplay.xml
|
||||||
|
|
||||||
# OEM
|
# OEM
|
||||||
vendor/bin/motobox
|
vendor/bin/motobox;SYMLINK=vendor/bin/expat
|
||||||
vendor/etc/vhw.xml
|
vendor/etc/vhw.xml
|
||||||
|
|
||||||
# Perf
|
# Perf
|
||||||
|
|
Loading…
Reference in a new issue