aboutsummaryrefslogtreecommitdiff
path: root/host_package.mk
diff options
context:
space:
mode:
authorBo Hu <bohu@google.com>2020-07-15 18:51:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-15 18:51:35 +0000
commiteeb20b57653d4d4572097e9f96f40ae07e0ce677 (patch)
treebd473228adbb2f846c709f587f06c34c5d17196a /host_package.mk
parent2d0ae8175b8dfd6eb0dfe8aad85ad1aade2d28c5 (diff)
parentd7b01978880cb2bb606d554fdeabe2c3fd859d18 (diff)
downloadcuttlefish-eeb20b57653d4d4572097e9f96f40ae07e0ce677.tar.gz
Merge "modem simulator implementation based on cuttlefish"
Diffstat (limited to 'host_package.mk')
-rw-r--r--host_package.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/host_package.mk b/host_package.mk
index a5e5c6af0..5c711e5ad 100644
--- a/host_package.mk
+++ b/host_package.mk
@@ -17,6 +17,7 @@ tests_path := $(notdir $(HOST_OUT_NATIVE_TESTS))
webrtc_files_path := usr/share/webrtc
x86_64_seccomp_files_path := usr/share/cuttlefish/x86_64-linux-gnu/seccomp
aarch64_seccomp_files_path := usr/share/cuttlefish/aarch64-linux-gnu/seccomp
+modem_simulator_path := etc/modem_simulator
cvd_host_executables := \
adb \
@@ -68,10 +69,12 @@ cvd_host_executables := \
newfs_msdos \
secure_env \
log_tee \
+ modem_simulator \
cvd_host_tests := \
monotonic_time_test \
cuttlefish_net_tests \
+ modem_simulator_test \
cvd_host_shared_libraries := \
libbase.so \
@@ -172,6 +175,10 @@ cvd_host_webrtc_files := \
$(addprefix assets/,$(webrtc_assets)) \
$(addprefix certs/,$(webrtc_certs)) \
+modem_simulator_files := \
+ iccprofile_for_sim0.xml \
+ numeric_operator.xml \
+
cvd_host_package_files := \
$(addprefix $(bin_path)/,$(cvd_host_executables)) \
$(addprefix $(lib_path)/,$(cvd_host_shared_libraries)) \
@@ -179,6 +186,7 @@ cvd_host_package_files := \
$(addprefix $(webrtc_files_path)/,$(cvd_host_webrtc_files)) \
$(addprefix $(x86_64_seccomp_files_path)/,$(x86_64_seccomp_files)) \
$(addprefix $(aarch64_seccomp_files_path)/,$(aarch64_seccomp_files)) \
+ $(addprefix $(modem_simulator_path)/files/,$(modem_simulator_files)) \
$(cvd_host_package_tar): PRIVATE_FILES := $(cvd_host_package_files)
$(cvd_host_package_tar): $(addprefix $(HOST_OUT)/,$(cvd_host_package_files))