- Mar 24, 2023
-
-
Yu Liu authored
-
Yi Kong authored
-
Treehugger Robot authored
-
Spandan Das authored
-
- Mar 23, 2023
-
-
Treehugger Robot authored
-
Colin Cross authored
-
Spandan Das authored
-
Spandan Das authored
target_sdk_version signifies device version and does not need an sdkKind to describe it fully. Update the type and cleanup existing usages. As a side benefit, we also get better error handling since users can no longer enter something like `public_30` as a valid target_sdk_version in bp files Test: m nothing Test: no change in ninja files (this should be a no-op) Bug: 208456999 Change-Id: I3c19245e29184bd9e5660ad8981966f64dfa9424
-
Steven Moreland authored
has typo Bug: N/A Test: N/A Change-Id: Id56183a6a12518e11593fb226195ee2ac8d4faea
-
Spandan Das authored
-
Treehugger Robot authored
-
Jeongik Cha authored
Test: m Bug: 271526845 Change-Id: I8b8d57c45d9be3b538422588521bcfd85b61aa56
-
Jingwen Chen authored
-
Treehugger Robot authored
-
Jooyung Han authored
Bug: n/a Test: m nothing Change-Id: I49d87ac75edbc4856eb5a178c9085134a4185487
-
Treehugger Robot authored
-
Jingwen Chen authored
This includes apex_test and apex_vndk. Rely on mixed builds module allowlist to filter further. Test: presubmits Test: m test_com.android.adbd; showcommands test_com.android.adbd | tail -n1 | grep bazel-out Change-Id: Id73db0917ad4a6dd9c0646d5186753ed940e735f
-
Treehugger Robot authored
-
- Mar 22, 2023
-
-
Trevor Radcliffe authored
-
Spandan Das authored
This relands aosp/2457063. The original change broke T and U since those branches still contain soong modules of type (kind+level). Those soong modules have been cleaned up now Test: Used go/abtd to test T and U branches with this change Bug: 208456999 Change-Id: I0ef7933c055f88cb512a02108f1173e51156ef1c
-
Colin Cross authored
Add tests that verify sanitizer behaviors for musl. Test: sanitize_test.go Change-Id: I1f0a51cc103ac14d1738cb223e216ee0e32d8550
-
Colin Cross authored
Test: builds Bug: 259266326 Change-Id: I4492f6b585d35fe848d5dc255043960c69742dcb
-
Spandan Das authored
* changes: Create EffectiveVersion* functions for ApiLevel Create two sentinel api levels
-
mattgilbride authored
The --exitcode flag tells lint to exit with an error code if any incidents at ERROR level or above are found. Unfortunately, that means an invocation of lint against the entire tree will fail with whichever module fails first. This covers up any other failures and makes updating lint in AOSP more cumbersome. This change allows one to set `ANDROID_LINT_SUPPRESS_EXIT_CODE=true` to modify this behavior and collect full lint results even if there are errors in some modules. Bug: 274780888 Test: Tested manually by changing code to trigger lint errors, and settig/unsetting this flag. Change-Id: I71ab89c9bffafe6eb83171102c2c253171450266
-
Yu Liu authored
Related tests modules will be added later. Bug: None Test: CI Change-Id: I1ff66cdf327ae2bf214f87522a302a1957fed3c6
-
Liz Kammer authored
Test: m --bazel-mode-dev hwuimicro Change-Id: If55763b35c931571e317993bd707de027d647e59
-
Liz Kammer authored
-
Liz Kammer authored
-
Qiao Yang authored
-
Liz Kammer authored
-
Jooyung Han authored
For vendor apexes, use_vndk_as_stable: true means the apex is tied with the current VNDK version while min_sdk_version: N means the apex should work with N+ VNDK versions. Setting both properties together doesn't make sense. Bug: 274396342 Test: m nothing (soong tests) Change-Id: I00dcac43f95ce6a90b3f3273ae4611a300ea5028
-
Usta (Tsering) Shrestha authored
-
Qiao Yang authored
Test: manual Change-Id: I561f581f7413dc18b2d449f4ef338db3b6b9ca47
-
- Mar 21, 2023
-
-
Elliott Hughes authored
-
Liz Kammer authored
Test: b build --config=android //hardware/interfaces/... Change-Id: I458684d511af0e4858956bbb00b42be7d79538e0
-
Sam Delmerico authored
The static deps of the parent library can be necessary to build a bp2build-generated cc_aidl_library target. We should add these deps as implementation_deps so that they are accessible. Bug: 250876486 Test: b build //frameworks/native/libs/gui/... Change-Id: Ibe7c3598a684907473e2a4e040fb3976455a59e9
-
Treehugger Robot authored
-
Pranav Gupta authored
-
Yu Liu authored
-