summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-24 23:20:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-24 23:20:30 +0000
commitb108e7186d6c60d2c2d879fa1ee9fb574eabfc55 (patch)
treec00ed8ff5d39ff5895625adc6b1d43835f3679f1
parenta54c3e3e11dc85566e3dfd6a5553e087ea7c088b (diff)
parentb470192eba2fb75babeddb0674f77ef58db23522 (diff)
downloadinterfaces-b108e7186d6c60d2c2d879fa1ee9fb574eabfc55.tar.gz
Change-Id: Iee088de54908122f679583b66cc22ddb97d2da55
-rw-r--r--cameraservice/vts/functional/Android.bp7
1 files changed, 2 insertions, 5 deletions
diff --git a/cameraservice/vts/functional/Android.bp b/cameraservice/vts/functional/Android.bp
index 26c09ec..1bca510 100644
--- a/cameraservice/vts/functional/Android.bp
+++ b/cameraservice/vts/functional/Android.bp
@@ -22,6 +22,7 @@ cc_test {
name: "VtsHalCameraServiceV2_0TargetTest",
defaults: ["VtsHalTargetTestDefaults"],
+ vendor: true,
srcs: ["VtsHalCameraServiceV2_0TargetTest.cpp"],
static_libs: [
"android.hardware.camera.common@1.0-helper",
@@ -32,6 +33,7 @@ cc_test {
"android.frameworks.cameraservice.service@2.2",
"android.frameworks.cameraservice.common@2.0",
"libfmq",
+ "libarect",
],
shared_libs: [
"libcamera_metadata",
@@ -40,10 +42,5 @@ cc_test {
"liblog",
],
- cflags: [
- // TODO: Currently vts tests can't be vendor:true tests if they use VtsHalHidlTargetTestBase
- // (http://b/123320603). This is needed for libmediandk's llndk only api.
- "-D__ANDROID_VNDK__",
- ],
test_suites: ["vts"],
}