From 81616d0cbcc29e1ecbbabe62ec20cb4ad683e055 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Wed, 19 Feb 2020 14:22:32 -0800 Subject: [PATCH] Add LeAclManagerTest, SimpleSecurityTest to dist Test: m dist bluetooth_stack_with_facade Change-Id: Icb8922b2432c9e02b9a231614051d4b9573ce3b2 --- gd/Android.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gd/Android.mk b/gd/Android.mk index db74c1829..311d85c79 100644 --- a/gd/Android.mk +++ b/gd/Android.mk @@ -14,11 +14,14 @@ bluetooth_cert_test_file_list := \ hci/cert/acl_manager_test.py \ hci/cert/controller_test.py \ hci/cert/direct_hci_test.py \ + hci/cert/le_acl_manager_test.py \ hci/cert/le_advertising_manager_test.py \ hci/cert/le_scanning_manager_test.py \ l2cap/classic/cert/simple_l2cap_test.py \ l2cap/classic/cert/pts_l2cap_test.py \ - neighbor/cert/neighbor_test.py + neighbor/cert/neighbor_test.py \ + security/cert/simple_security_test.py \ + shim/cert/stack_test.py bluetooth_cert_test_file_list := $(addprefix $(LOCAL_PATH)/,$(bluetooth_cert_test_file_list)) -- 2.11.0