Update the rild.libpath to vendor.rild.libpath for aosp_$arch
bug: 80137441 Test: build and runaosp_x86-userdebug. adb logcat -b radio. check the rild read the right property vendor.rild.libpath Change-Id: I0529c32b79cf791821d71369bcd0fb244c13361c
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
rild.libpath=/vendor/lib/libreference-ril.so
|
vendor.rild.libpath=/vendor/lib/libreference-ril.so
|
||||||
|
|
||||||
# Note: the following lines need to stay at the beginning so that it can
|
# Note: the following lines need to stay at the beginning so that it can
|
||||||
# take priority and override the rules it inherit from other mk files
|
# take priority and override the rules it inherit from other mk files
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
rild.libpath=/vendor/lib64/libreference-ril.so
|
vendor.rild.libpath=/vendor/lib64/libreference-ril.so
|
||||||
|
|
||||||
# This is a build configuration for a full-featured build of the
|
# This is a build configuration for a full-featured build of the
|
||||||
# Open-Source part of the tree. It's geared toward a US-centric
|
# Open-Source part of the tree. It's geared toward a US-centric
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
rild.libpath=/vendor/lib/libreference-ril.so
|
vendor.rild.libpath=/vendor/lib/libreference-ril.so
|
||||||
|
|
||||||
# This is a build configuration for a full-featured build of the
|
# This is a build configuration for a full-featured build of the
|
||||||
# Open-Source part of the tree. It's geared toward a US-centric
|
# Open-Source part of the tree. It's geared toward a US-centric
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
rild.libpath=/vendor/lib64/libreference-ril.so
|
vendor.rild.libpath=/vendor/lib64/libreference-ril.so
|
||||||
|
|
||||||
# This is a build configuration for a full-featured build of the
|
# This is a build configuration for a full-featured build of the
|
||||||
# Open-Source part of the tree. It's geared toward a US-centric
|
# Open-Source part of the tree. It's geared toward a US-centric
|
||||||
|
Reference in New Issue
Block a user