summaryrefslogtreecommitdiff
path: root/gsi_car_base.mk
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2021-08-06 20:29:20 +0900
committerJiyong Park <jiyong@google.com>2021-08-06 20:29:20 +0900
commit734d0a438cc76948fcf94d4353c7b3b444e320c3 (patch)
tree3c765f087164e719d86e88814dc9d52aa68d1a82 /gsi_car_base.mk
parent0fd241eed250827efbe3681aaeeca21e08c9fe05 (diff)
downloadcar-734d0a438cc76948fcf94d4353c7b3b444e320c3.tar.gz
Remove ndk_platform backend. Use the ndk backend.
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Change-Id: I9343e1bdc1ec05b4d0deced840ea861897f82659
Diffstat (limited to 'gsi_car_base.mk')
-rw-r--r--gsi_car_base.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/gsi_car_base.mk b/gsi_car_base.mk
index 70e02c1..0f0ef18 100644
--- a/gsi_car_base.mk
+++ b/gsi_car_base.mk
@@ -162,8 +162,8 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/etc/vintf/manifest/android.automotive.telemetryd@1.0.xml \
system/lib64/android.automotive.telemetryd@1.0-impl.so \
system/lib64/android.frameworks.automotive.telemetry-V1-cpp.so \
- system/lib64/android.automotive.telemetry.internal-ndk_platform.so \
- system/lib64/android.frameworks.automotive.telemetry-V1-ndk_platform.so \
+ system/lib64/android.automotive.telemetry.internal-ndk.so \
+ system/lib64/android.frameworks.automotive.telemetry-V1-ndk.so \
system/etc/automotive/watchdog/system_resource_overuse_configuration.xml \
system/etc/automotive/watchdog/third_party_resource_overuse_configuration.xml \
system/bin/android.frameworks.automotive.display@1.0-service \