Merge "Add packages/modules/Connectivity/staticlibs/netd/libnetdutils" into main am: 65a06d460f
am: ad5c8c1460
am: 30de5c190d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2773845 Change-Id: I9914e70e29ddfd46e57c67b794eab697487e4f04 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2c8ce9b808
1 changed files with 25 additions and 24 deletions
|
@ -324,30 +324,31 @@ var (
|
|||
|
||||
"libnativehelper": Bp2BuildDefaultTrueRecursively,
|
||||
|
||||
"packages/apps/DevCamera": Bp2BuildDefaultTrue,
|
||||
"packages/apps/HTMLViewer": Bp2BuildDefaultTrue,
|
||||
"packages/apps/Protips": Bp2BuildDefaultTrue,
|
||||
"packages/apps/SafetyRegulatoryInfo": Bp2BuildDefaultTrue,
|
||||
"packages/apps/WallpaperPicker": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NeuralNetworks/driver/cache": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/StatsD/lib/libstatssocket": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb": Bp2BuildDefaultTrue,
|
||||
"packages/modules/adb/apex": Bp2BuildDefaultTrue,
|
||||
"packages/modules/adb/fastdeploy": Bp2BuildDefaultTrue,
|
||||
"packages/modules/adb/crypto": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/libs": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/pairing_auth": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/pairing_connection": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/proto": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/tls": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/Connectivity/staticlibs/native": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/Gki/libkver": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NetworkStack/common/captiveportal": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NeuralNetworks/apex": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NeuralNetworks/apex/testing": Bp2BuildDefaultTrue,
|
||||
"packages/providers/MediaProvider/tools/dialogs": Bp2BuildDefaultFalse, // TODO(b/242834374)
|
||||
"packages/screensavers/Basic": Bp2BuildDefaultTrue,
|
||||
"packages/services/Car/tests/SampleRearViewCamera": Bp2BuildDefaultFalse, // TODO(b/242834321)
|
||||
"packages/apps/DevCamera": Bp2BuildDefaultTrue,
|
||||
"packages/apps/HTMLViewer": Bp2BuildDefaultTrue,
|
||||
"packages/apps/Protips": Bp2BuildDefaultTrue,
|
||||
"packages/apps/SafetyRegulatoryInfo": Bp2BuildDefaultTrue,
|
||||
"packages/apps/WallpaperPicker": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NeuralNetworks/driver/cache": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/StatsD/lib/libstatssocket": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb": Bp2BuildDefaultTrue,
|
||||
"packages/modules/adb/apex": Bp2BuildDefaultTrue,
|
||||
"packages/modules/adb/fastdeploy": Bp2BuildDefaultTrue,
|
||||
"packages/modules/adb/crypto": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/libs": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/pairing_auth": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/pairing_connection": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/proto": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/adb/tls": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/Connectivity/staticlibs/native": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/Connectivity/staticlibs/netd/libnetdutils": Bp2BuildDefaultTrueRecursively,
|
||||
"packages/modules/Gki/libkver": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NetworkStack/common/captiveportal": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NeuralNetworks/apex": Bp2BuildDefaultTrue,
|
||||
"packages/modules/NeuralNetworks/apex/testing": Bp2BuildDefaultTrue,
|
||||
"packages/providers/MediaProvider/tools/dialogs": Bp2BuildDefaultFalse, // TODO(b/242834374)
|
||||
"packages/screensavers/Basic": Bp2BuildDefaultTrue,
|
||||
"packages/services/Car/tests/SampleRearViewCamera": Bp2BuildDefaultFalse, // TODO(b/242834321)
|
||||
|
||||
"platform_testing/libraries/annotations": Bp2BuildDefaultTrueRecursively,
|
||||
"platform_testing/libraries/flag-helpers/libflagtest": Bp2BuildDefaultTrueRecursively,
|
||||
|
|
Loading…
Reference in a new issue