aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Hu <bohu@google.com>2018-06-04 16:29:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-06-04 16:29:36 +0000
commit63762bdf414f6266ff8c94a2920ab8e75ef4d9ac (patch)
tree90beb54e01e8579d1ee26936d112015bdda58519
parent52f964deb66701c6a972385507dcc448051fa865 (diff)
parentae665f0833cef4af39a6992be1f4494763941113 (diff)
downloadbuild-63762bdf414f6266ff8c94a2920ab8e75ef4d9ac.tar.gz
Merge changes from topic "emulator-gsi-configs" into pi-dev
* changes: Update the rild.libpath to vendor.rild.libpath for aosp_$arch emulator: add missing apns config
-rw-r--r--target/board/generic/device.mk1
-rw-r--r--target/board/generic_arm64/device.mk1
-rw-r--r--target/board/generic_x86/device.mk1
-rwxr-xr-xtarget/board/generic_x86_64/device.mk1
-rw-r--r--target/product/aosp_arm.mk2
-rw-r--r--target/product/aosp_arm64.mk2
-rw-r--r--target/product/aosp_x86.mk2
-rw-r--r--target/product/aosp_x86_64.mk2
-rw-r--r--target/product/emulator.mk1
9 files changed, 5 insertions, 8 deletions
diff --git a/target/board/generic/device.mk b/target/board/generic/device.mk
index d2f6310902..8c66fc9905 100644
--- a/target/board/generic/device.mk
+++ b/target/board/generic/device.mk
@@ -22,7 +22,6 @@ PRODUCT_PROPERTY_OVERRIDES := \
ro.ril.gprsclass=10
PRODUCT_COPY_FILES := \
- device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
diff --git a/target/board/generic_arm64/device.mk b/target/board/generic_arm64/device.mk
index 8d62f4bff8..050b90da5a 100644
--- a/target/board/generic_arm64/device.mk
+++ b/target/board/generic_arm64/device.mk
@@ -22,7 +22,6 @@ PRODUCT_PROPERTY_OVERRIDES := \
ro.ril.gprsclass=10
PRODUCT_COPY_FILES := \
- device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
diff --git a/target/board/generic_x86/device.mk b/target/board/generic_x86/device.mk
index 7b6fa3ce8e..aaac689fa3 100644
--- a/target/board/generic_x86/device.mk
+++ b/target/board/generic_x86/device.mk
@@ -22,7 +22,6 @@ PRODUCT_PROPERTY_OVERRIDES := \
ro.ril.gprsclass=10
PRODUCT_COPY_FILES := \
- device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
diff --git a/target/board/generic_x86_64/device.mk b/target/board/generic_x86_64/device.mk
index 7b6fa3ce8e..aaac689fa3 100755
--- a/target/board/generic_x86_64/device.mk
+++ b/target/board/generic_x86_64/device.mk
@@ -22,7 +22,6 @@ PRODUCT_PROPERTY_OVERRIDES := \
ro.ril.gprsclass=10
PRODUCT_COPY_FILES := \
- device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
diff --git a/target/product/aosp_arm.mk b/target/product/aosp_arm.mk
index b59f3cc234..bda9a4212d 100644
--- a/target/product/aosp_arm.mk
+++ b/target/product/aosp_arm.mk
@@ -15,7 +15,7 @@
#
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
# take priority and override the rules it inherit from other mk files
diff --git a/target/product/aosp_arm64.mk b/target/product/aosp_arm64.mk
index 129f213fa7..727762a5ed 100644
--- a/target/product/aosp_arm64.mk
+++ b/target/product/aosp_arm64.mk
@@ -15,7 +15,7 @@
#
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
# Open-Source part of the tree. It's geared toward a US-centric
diff --git a/target/product/aosp_x86.mk b/target/product/aosp_x86.mk
index 315a099ed1..cd099e75e3 100644
--- a/target/product/aosp_x86.mk
+++ b/target/product/aosp_x86.mk
@@ -15,7 +15,7 @@
#
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
# Open-Source part of the tree. It's geared toward a US-centric
diff --git a/target/product/aosp_x86_64.mk b/target/product/aosp_x86_64.mk
index 84d38632fc..368600920f 100644
--- a/target/product/aosp_x86_64.mk
+++ b/target/product/aosp_x86_64.mk
@@ -15,7 +15,7 @@
#
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
# Open-Source part of the tree. It's geared toward a US-centric
diff --git a/target/product/emulator.mk b/target/product/emulator.mk
index 1b5b0001e7..8d5dc097d5 100644
--- a/target/product/emulator.mk
+++ b/target/product/emulator.mk
@@ -134,6 +134,7 @@ PRODUCT_PACKAGES += \
wpa_supplicant \
PRODUCT_COPY_FILES += \
+ device/generic/goldfish/data/etc/apns-conf.xml:data/misc/apns/apns-conf.xml \
device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \
device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \
device/generic/goldfish/wifi/init.wifi.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.wifi.sh \