From 89680025f23aa09ad0c6dd2aa1267938edaf1bfb Mon Sep 17 00:00:00 2001 From: daiyinger <1002639334@qq.com> Date: Tue, 5 Mar 2024 20:55:22 -0800 Subject: [PATCH] Solve the e2e source code path problem --- Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index c6caa4de8..1726e9621 100644 --- a/Android.bp +++ b/Android.bp @@ -21,7 +21,10 @@ libvsomeip_cfg_srcs = [ ] libvsomeip_e2e_srcs = [ - "implementation/e2e_protection/src/*.cpp", + "implementation/e2e_protection/src/crc/*.cpp", + "implementation/e2e_protection/src/e2exf/*.cpp", + "implementation/e2e_protection/src/buffer/*.cpp", + "implementation/e2e_protection/src/e2e/profile/**/*.cpp", ] libvsomeip_sd_srcs = [