Merge "bp2build: allowlist //system/logging/... and deps."
This commit is contained in:
@@ -243,6 +243,7 @@ var (
|
|||||||
"system/core/libprocessgroup/cgrouprc": Bp2BuildDefaultTrue,
|
"system/core/libprocessgroup/cgrouprc": Bp2BuildDefaultTrue,
|
||||||
"system/core/libprocessgroup/cgrouprc_format": Bp2BuildDefaultTrue,
|
"system/core/libprocessgroup/cgrouprc_format": Bp2BuildDefaultTrue,
|
||||||
"system/core/libsystem": Bp2BuildDefaultTrueRecursively,
|
"system/core/libsystem": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"system/core/libsysutils": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/libutils": Bp2BuildDefaultTrueRecursively,
|
"system/core/libutils": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/libvndksupport": Bp2BuildDefaultTrueRecursively,
|
"system/core/libvndksupport": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/property_service/libpropertyinfoparser": Bp2BuildDefaultTrueRecursively,
|
"system/core/property_service/libpropertyinfoparser": Bp2BuildDefaultTrueRecursively,
|
||||||
@@ -265,7 +266,7 @@ var (
|
|||||||
"system/libhwbinder": Bp2BuildDefaultTrueRecursively,
|
"system/libhwbinder": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/libprocinfo": Bp2BuildDefaultTrue,
|
"system/libprocinfo": Bp2BuildDefaultTrue,
|
||||||
"system/libziparchive": Bp2BuildDefaultTrueRecursively,
|
"system/libziparchive": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/logging/liblog": Bp2BuildDefaultTrueRecursively,
|
"system/logging": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/media/audio": Bp2BuildDefaultTrueRecursively,
|
"system/media/audio": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/media/audio_utils": Bp2BuildDefaultTrueRecursively,
|
"system/media/audio_utils": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/memory/libion": Bp2BuildDefaultTrueRecursively,
|
"system/memory/libion": Bp2BuildDefaultTrueRecursively,
|
||||||
@@ -438,6 +439,11 @@ var (
|
|||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
|
|
||||||
"libusb",
|
"libusb",
|
||||||
|
|
||||||
|
// needed by liblogd
|
||||||
|
"ILogcatManagerService_aidl",
|
||||||
|
"libincremental_aidl-cpp",
|
||||||
|
"incremental_aidl",
|
||||||
}
|
}
|
||||||
|
|
||||||
Bp2buildModuleTypeAlwaysConvertList = []string{
|
Bp2buildModuleTypeAlwaysConvertList = []string{
|
||||||
@@ -449,8 +455,12 @@ var (
|
|||||||
|
|
||||||
Bp2buildModuleDoNotConvertList = []string{
|
Bp2buildModuleDoNotConvertList = []string{
|
||||||
// cc bugs
|
// cc bugs
|
||||||
"libactivitymanager_aidl", // TODO(b/207426160): Unsupported use of aidl sources (via Dactivity_manager_procstate_aidl) in a cc_library
|
"libactivitymanager_aidl", // TODO(b/207426160): Unsupported use of aidl sources (via Dactivity_manager_procstate_aidl) in a cc_library
|
||||||
"gen-kotlin-build-file.py", // TODO(b/198619163) module has same name as source
|
|
||||||
|
// TODO(b/198619163) module has same name as source
|
||||||
|
"gen-kotlin-build-file.py",
|
||||||
|
"logtagd.rc",
|
||||||
|
|
||||||
"libgtest_ndk_c++", "libgtest_main_ndk_c++", // TODO(b/201816222): Requires sdk_version support.
|
"libgtest_ndk_c++", "libgtest_main_ndk_c++", // TODO(b/201816222): Requires sdk_version support.
|
||||||
|
|
||||||
// TODO(b/202876379): has arch-variant static_executable
|
// TODO(b/202876379): has arch-variant static_executable
|
||||||
@@ -588,11 +598,10 @@ var (
|
|||||||
|
|
||||||
// cc_test with unconverted deps, or are device-only (and not verified to pass yet)
|
// cc_test with unconverted deps, or are device-only (and not verified to pass yet)
|
||||||
"AMRWBEncTest",
|
"AMRWBEncTest",
|
||||||
"AmrnbDecoderTest", // depends on unconverted modules: libaudioutils, libsndfile
|
"AmrnbDecoderTest", // depends on unconverted modules: libaudioutils, libsndfile
|
||||||
"AmrnbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile
|
"AmrnbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile
|
||||||
"AmrwbDecoderTest", // depends on unconverted modules: libsndfile, libaudioutils
|
"AmrwbDecoderTest", // depends on unconverted modules: libsndfile, libaudioutils
|
||||||
"AmrwbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile
|
"AmrwbEncoderTest", // depends on unconverted modules: libaudioutils, libsndfile
|
||||||
"CtsLiblogTestCases",
|
|
||||||
"Mp3DecoderTest", // depends on unconverted modules: libsndfile, libaudioutils
|
"Mp3DecoderTest", // depends on unconverted modules: libsndfile, libaudioutils
|
||||||
"Mpeg4H263DecoderTest", // depends on unconverted modules: libstagefright_foundation
|
"Mpeg4H263DecoderTest", // depends on unconverted modules: libstagefright_foundation
|
||||||
"Mpeg4H263EncoderTest",
|
"Mpeg4H263EncoderTest",
|
||||||
@@ -653,8 +662,7 @@ var (
|
|||||||
"libcutils_sockets_test",
|
"libcutils_sockets_test",
|
||||||
"libexpectedutils_test",
|
"libexpectedutils_test",
|
||||||
"libhwbinder_latency",
|
"libhwbinder_latency",
|
||||||
"liblog-host-test",
|
"liblog-host-test", // failing tests
|
||||||
"liblog-unit-tests",
|
|
||||||
"libminijail_test",
|
"libminijail_test",
|
||||||
"libminijail_unittest_gtest",
|
"libminijail_unittest_gtest",
|
||||||
"libpackagelistparser_test",
|
"libpackagelistparser_test",
|
||||||
|
Reference in New Issue
Block a user