Loading cmds/installd/tests/Android.bp +45 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,21 @@ cc_test { "liblogwrap", ], test_config: "installd_cache_test.xml", product_variables: { arc: { exclude_srcs: [ "QuotaUtils.cpp", ], static_libs: [ "libarcdiskquota", "arc_services_aidl", ], cflags: [ "-DUSE_ARC", ], }, }, } cc_test { Loading @@ -66,6 +81,21 @@ cc_test { "liblogwrap", ], test_config: "installd_service_test.xml", product_variables: { arc: { exclude_srcs: [ "QuotaUtils.cpp", ], static_libs: [ "libarcdiskquota", "arc_services_aidl", ], cflags: [ "-DUSE_ARC", ], }, }, } cc_test { Loading Loading @@ -93,6 +123,21 @@ cc_test { "libz", ], test_config: "installd_dexopt_test.xml", product_variables: { arc: { exclude_srcs: [ "QuotaUtils.cpp", ], static_libs: [ "libarcdiskquota", "arc_services_aidl", ], cflags: [ "-DUSE_ARC", ], }, }, } cc_test { Loading Loading
cmds/installd/tests/Android.bp +45 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,21 @@ cc_test { "liblogwrap", ], test_config: "installd_cache_test.xml", product_variables: { arc: { exclude_srcs: [ "QuotaUtils.cpp", ], static_libs: [ "libarcdiskquota", "arc_services_aidl", ], cflags: [ "-DUSE_ARC", ], }, }, } cc_test { Loading @@ -66,6 +81,21 @@ cc_test { "liblogwrap", ], test_config: "installd_service_test.xml", product_variables: { arc: { exclude_srcs: [ "QuotaUtils.cpp", ], static_libs: [ "libarcdiskquota", "arc_services_aidl", ], cflags: [ "-DUSE_ARC", ], }, }, } cc_test { Loading Loading @@ -93,6 +123,21 @@ cc_test { "libz", ], test_config: "installd_dexopt_test.xml", product_variables: { arc: { exclude_srcs: [ "QuotaUtils.cpp", ], static_libs: [ "libarcdiskquota", "arc_services_aidl", ], cflags: [ "-DUSE_ARC", ], }, }, } cc_test { Loading