Added TestPartitionOpener_group

Added TestPartitionOpener_group for test_partition_opener.cpp, as this
file shall be used by liblp_apis_fuzzer and liblp_test_defaults

Test: make TestPartitionOpener_group
Bug: 285829660

Change-Id: I01da0a6896409af99af9e89092f6e1e3760cf4c2
This commit is contained in:
Harsh Abichandani 2023-07-18 11:27:05 +05:30
parent 4080e34426
commit 072af6eec1

View file

@ -93,8 +93,8 @@ cc_defaults {
srcs: [
"builder_test.cpp",
"super_layout_builder_test.cpp",
"test_partition_opener.cpp",
"utility_test.cpp",
":TestPartitionOpener_group",
],
}
@ -122,3 +122,8 @@ cc_test {
name: "vts_kernel_liblp_test",
defaults: ["liblp_test_defaults"],
}
filegroup {
name: "TestPartitionOpener_group",
srcs: [ "test_partition_opener.cpp"],
}