Revert "Revert "Revert "Extend EVS interfaces and data types"""
This reverts commit 47b45af32cdea1788a1fd3e316f97d89aeddac2b.
diff --git a/automotive/evs/1.1/default/Android.bp b/automotive/evs/1.1/default/Android.bp
index 41cb426..a463471 100644
--- a/automotive/evs/1.1/default/Android.bp
+++ b/automotive/evs/1.1/default/Android.bp
@@ -7,41 +7,25 @@
"service.cpp",
"EvsCamera.cpp",
"EvsEnumerator.cpp",
- "EvsDisplay.cpp",
- "ConfigManager.cpp",
- "ConfigManagerUtil.cpp",
+ "EvsDisplay.cpp"
],
init_rc: ["android.hardware.automotive.evs@1.1-service.rc"],
shared_libs: [
"android.hardware.automotive.evs@1.0",
"android.hardware.automotive.evs@1.1",
- "android.hardware.camera.device@3.2",
"libbase",
"libbinder",
- "liblog",
+ "libcutils",
"libhardware",
"libhidlbase",
"liblog",
"libui",
"libutils",
- "libcamera_metadata",
- "libtinyxml2",
],
cflags: [
"-O0",
"-g",
],
-
- required: [
- "evs_default_configuration.xml",
- ],
-}
-
-prebuilt_etc {
- name: "evs_default_configuration.xml",
-
- src: "resources/evs_default_configuration.xml",
- sub_dir: "automotive/evs",
}