Merge "Allowlist more modules" am: 098f49de26
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2522215 Change-Id: I1f4102e00ebdfa88b95799647b49bbcf55a03469 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -183,6 +183,7 @@ var (
|
|||||||
"external/selinux/libselinux": Bp2BuildDefaultTrueRecursively,
|
"external/selinux/libselinux": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/selinux/libsepol": Bp2BuildDefaultTrueRecursively,
|
"external/selinux/libsepol": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/speex": Bp2BuildDefaultTrueRecursively,
|
"external/speex": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/sqlite": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/tinyalsa": Bp2BuildDefaultTrueRecursively,
|
"external/tinyalsa": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/tinyalsa_new": Bp2BuildDefaultTrueRecursively,
|
"external/tinyalsa_new": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/toybox": Bp2BuildDefaultTrueRecursively,
|
"external/toybox": Bp2BuildDefaultTrueRecursively,
|
||||||
@@ -191,11 +192,12 @@ var (
|
|||||||
"external/zstd": Bp2BuildDefaultTrueRecursively,
|
"external/zstd": Bp2BuildDefaultTrueRecursively,
|
||||||
|
|
||||||
"frameworks/av": Bp2BuildDefaultTrue,
|
"frameworks/av": Bp2BuildDefaultTrue,
|
||||||
|
"frameworks/av/media/audioaidlconversion": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/av/media/codec2/components/aom": Bp2BuildDefaultTrueRecursively,
|
"frameworks/av/media/codec2/components/aom": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/av/media/codecs": Bp2BuildDefaultTrueRecursively,
|
"frameworks/av/media/codecs": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/av/media/liberror": Bp2BuildDefaultTrueRecursively,
|
"frameworks/av/media/liberror": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"frameworks/av/media/libmediahelper": Bp2BuildDefaultTrue,
|
||||||
"frameworks/av/media/libshmem": Bp2BuildDefaultTrueRecursively,
|
"frameworks/av/media/libshmem": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/av/media/audioaidlconversion": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"frameworks/av/media/module/minijail": Bp2BuildDefaultTrueRecursively,
|
"frameworks/av/media/module/minijail": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/av/services/minijail": Bp2BuildDefaultTrueRecursively,
|
"frameworks/av/services/minijail": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/base/libs/androidfw": Bp2BuildDefaultTrue,
|
"frameworks/base/libs/androidfw": Bp2BuildDefaultTrue,
|
||||||
@@ -213,13 +215,13 @@ var (
|
|||||||
"frameworks/native/libs/gui": Bp2BuildDefaultTrue,
|
"frameworks/native/libs/gui": Bp2BuildDefaultTrue,
|
||||||
"frameworks/native/libs/math": Bp2BuildDefaultTrueRecursively,
|
"frameworks/native/libs/math": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/native/libs/nativebase": Bp2BuildDefaultTrueRecursively,
|
"frameworks/native/libs/nativebase": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"frameworks/native/libs/permission": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/native/libs/vr": Bp2BuildDefaultTrueRecursively,
|
"frameworks/native/libs/vr": Bp2BuildDefaultTrueRecursively,
|
||||||
"frameworks/native/opengl/tests/gl2_cameraeye": Bp2BuildDefaultTrue,
|
"frameworks/native/opengl/tests/gl2_cameraeye": Bp2BuildDefaultTrue,
|
||||||
"frameworks/native/opengl/tests/gl2_java": Bp2BuildDefaultTrue,
|
"frameworks/native/opengl/tests/gl2_java": Bp2BuildDefaultTrue,
|
||||||
"frameworks/native/opengl/tests/testLatency": Bp2BuildDefaultTrue,
|
"frameworks/native/opengl/tests/testLatency": Bp2BuildDefaultTrue,
|
||||||
"frameworks/native/opengl/tests/testPauseResume": Bp2BuildDefaultTrue,
|
"frameworks/native/opengl/tests/testPauseResume": Bp2BuildDefaultTrue,
|
||||||
"frameworks/native/opengl/tests/testViewport": Bp2BuildDefaultTrue,
|
"frameworks/native/opengl/tests/testViewport": Bp2BuildDefaultTrue,
|
||||||
"frameworks/native/libs/permission": Bp2BuildDefaultTrue,
|
|
||||||
"frameworks/native/services/batteryservice": Bp2BuildDefaultTrue,
|
"frameworks/native/services/batteryservice": Bp2BuildDefaultTrue,
|
||||||
"frameworks/proto_logging/stats": Bp2BuildDefaultTrueRecursively,
|
"frameworks/proto_logging/stats": Bp2BuildDefaultTrueRecursively,
|
||||||
|
|
||||||
@@ -546,6 +548,14 @@ var (
|
|||||||
"liblp",
|
"liblp",
|
||||||
"libstorage_literals_headers",
|
"libstorage_literals_headers",
|
||||||
|
|
||||||
|
"PluginCoreLib",
|
||||||
|
"dagger2",
|
||||||
|
"dagger2-android-annotation-stubs",
|
||||||
|
"dagger2-bootstrap-compiler",
|
||||||
|
"dagger2-producers",
|
||||||
|
"okio-lib",
|
||||||
|
"setupdesign-strings",
|
||||||
|
|
||||||
//external/avb
|
//external/avb
|
||||||
"avbtool",
|
"avbtool",
|
||||||
"libavb",
|
"libavb",
|
||||||
@@ -719,11 +729,12 @@ var (
|
|||||||
"api_fingerprint",
|
"api_fingerprint",
|
||||||
|
|
||||||
// allowlisting for kotlinx_coroutines
|
// allowlisting for kotlinx_coroutines
|
||||||
|
"annotations",
|
||||||
|
"kotlinx-coroutines-android-annotation-stubs",
|
||||||
|
"kotlinx-coroutines-core",
|
||||||
"kotlinx_coroutines",
|
"kotlinx_coroutines",
|
||||||
"kotlinx_coroutines-device",
|
"kotlinx_coroutines-device",
|
||||||
"kotlinx_coroutines-host",
|
"kotlinx_coroutines-host",
|
||||||
"annotations",
|
|
||||||
"kotlinx-coroutines-android-annotation-stubs",
|
|
||||||
|
|
||||||
// for building com.android.neuralnetworks
|
// for building com.android.neuralnetworks
|
||||||
"libimapper_stablec",
|
"libimapper_stablec",
|
||||||
@@ -732,6 +743,8 @@ var (
|
|||||||
// min_sdk_version in android_app
|
// min_sdk_version in android_app
|
||||||
"CtsShimUpgrade",
|
"CtsShimUpgrade",
|
||||||
|
|
||||||
|
"art_cmdlineparser_headers",
|
||||||
|
|
||||||
// Mainline Module Apps
|
// Mainline Module Apps
|
||||||
"CaptivePortalLogin",
|
"CaptivePortalLogin",
|
||||||
}
|
}
|
||||||
@@ -765,7 +778,6 @@ var (
|
|||||||
"buffer_hub_queue_producer-test",
|
"buffer_hub_queue_producer-test",
|
||||||
|
|
||||||
// cc bugs
|
// cc bugs
|
||||||
"libactivitymanager_aidl", // TODO(b/207426160): Unsupported use of aidl sources (via Dactivity_manager_procstate_aidl) in a cc_library
|
|
||||||
|
|
||||||
// TODO(b/198619163) module has same name as source
|
// TODO(b/198619163) module has same name as source
|
||||||
"logtagd.rc",
|
"logtagd.rc",
|
||||||
@@ -780,12 +792,11 @@ var (
|
|||||||
|
|
||||||
"linker", // TODO(b/228316882): cc_binary uses link_crt
|
"linker", // TODO(b/228316882): cc_binary uses link_crt
|
||||||
"versioner", // TODO(b/228313961): depends on prebuilt shared library libclang-cpp_host as a shared library, which does not supply expected providers for a shared library
|
"versioner", // TODO(b/228313961): depends on prebuilt shared library libclang-cpp_host as a shared library, which does not supply expected providers for a shared library
|
||||||
"art_libartbase_headers", // TODO(b/236268577): Header libraries do not support export_shared_libs_headers
|
|
||||||
"apexer_test", // Requires aapt2
|
|
||||||
"apexer_test_host_tools",
|
|
||||||
"host_apex_verifier",
|
|
||||||
"tjbench", // TODO(b/240563612): Stem property
|
"tjbench", // TODO(b/240563612): Stem property
|
||||||
|
|
||||||
|
// requires host tools for apexer
|
||||||
|
"apexer_test", "apexer_test_host_tools", "host_apex_verifier",
|
||||||
|
|
||||||
// java bugs
|
// java bugs
|
||||||
"libbase_ndk", // TODO(b/186826477): fails to link libctscamera2_jni for device (required for CtsCameraTestCases)
|
"libbase_ndk", // TODO(b/186826477): fails to link libctscamera2_jni for device (required for CtsCameraTestCases)
|
||||||
"bouncycastle", // TODO(b/274474005): Need support for custom system_modules.
|
"bouncycastle", // TODO(b/274474005): Need support for custom system_modules.
|
||||||
|
Reference in New Issue
Block a user