- May 24, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Sam Delmerico authored
For a non-override android_app, we can assume that the privapp_allowlist already contains the correct package_name, and so we don't need to overwrite it in this case. Bug: 242509786 Test: go test Merged-In: I0f137e34cae3478dc8b9178d138121ff1d936f07 Change-Id: I0f137e34cae3478dc8b9178d138121ff1d936f07
-
- May 23, 2023
-
-
Treehugger Robot authored
-
Kun Niu authored
Merge "data_native_bins is only available in java_test_host, add java_test_host properties to java_defaults to make it's available in java_defaults as well."
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Usta Shrestha authored
`rm -rf out` used to fail because bazel would not set write permission on some files. Now it's been fixed and thus there is little reason to prefer `m clean` (also users are accustomed to `rm -rf out`) Bug: NA Test: verified `m clean` works;interestingly soong_metrics file is created at the end Change-Id: I000d16508613045811fc7792e5798f7c150dcc05
-
Vinh Tran authored
-
Treehugger Robot authored
-
Vinh Tran authored
Bug: 279960133 Test: go test Test: Remove hdrs prop from IDropBoxManagerService_aidl && run BUILD_BROKEN_DISABLE_BAZEL=true m libservices && Expect an error from aidl Change-Id: Ifdb260d8e2da9a5767f1e212393de4134b210616
-
Chris Parsons authored
This has been dead code for over a year. Fixes: 232976601 Test: m nothing Change-Id: Ida305fc8fa61d8ac83d74ea2cf007073a0019cec
-
LaMont Jones authored
This completes the changes in aosp/q/topic:"parallel-singletons". (cherry picked from commit 30bf7fe3) Bug: 281536768 Test: manual, presubmits Change-Id: I6529e957fbcca6c18441f823a00061db7556e303
-
Kun Niu authored
data_native_bins is only available in java_test_host, add java_test_host properties to java_defaults to make it's available in java_defaults as well. Test: local build Bug: 279622634 Change-Id: Iceaf960d587544ae934424a773a6ae3b17fb443e
-
Jared Duke authored
The size was increased for D8 in an earlier change, but is more critical for R8. Match the D8 configuration. Bug: 241220562,283888124 Test: m Change-Id: I3b98bf6098f2196c87a97f6c8f7308d9299170d8
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Liz Kammer authored
Bazel will fail on queries with missing dependencies. Instead, we check for missing dependencies in mixed builds and we fall back to Soong when we are aware of missing dependencies in a module. Test: go test soong tests Change-Id: I4f83752704970d8b43650d5b55ff35799c7bc625
-
Jihoon Kang authored
* changes: Enable java_api_library modules in TxtStubLibraries.bp Add missing dependency in create_mock_soong
-
Treehugger Robot authored
* changes: Unset BUILD_NUMBER/HOSTNAME in kati.go BUILD_NUMBER and BUILD_HOSTNAME doesn't affect kati regeneration
-
Jihoon Kang authored
Since the stubs generation from text file feature has been merged, enable the java_api_library modules in TxtStubLibraries.bp file. Test: m --build-from-text-stub Change-Id: Idc77d01882f136c4e255fb4284f9dc058fafe44d
-
Jihoon Kang authored
This change adds missing dependency of Soong modules as symlink directory in create_mock_soong so that a correct ninja graph can be created when invoking androidmk_test.sh. Test: build/soong/test/run_integration_tests.sh Bug: 283905797 Change-Id: I7dff0094fdc23b7c438c917dbc00a5143a4dc5ae
-
Jeongik Cha authored
BUILD_NUMBER/HOSTNAME is passed by a file, not env variable. To avoid kati recreation, unset BUILD_NUMBER/HOSTNAME after writing it into a file Bug: 278060169 Test: BUILD_NUMBER=1 m && BUILD_NUMBER=2 m (check there is no kati re-run) Change-Id: I5a31461dcf1e4b0634974bcb48a0d7482d42852a
-
- May 22, 2023
-
-
Yu Liu authored
Bug: 281067655 Test: local build Change-Id: I123b5e51eaf1476d1215e5208331b6540d45fd98
-
Zi Wang authored
-
Treehugger Robot authored
* changes: Parallelize singleton execution android: Allow running some singletons in parallel.
-
Jihoon Kang authored
This change enables bootclasspath_fragment module to be correctly built during from-text stub build by android-non-updatable module to be interpreted as its java_api_library equivalent. Test: go test ./java Bug: 279460171 Change-Id: Ia6b60edcb60782977cc59855f1cf5d3a46e9f682
-
Jihoon Kang authored
This change adds android-non-updatable.stub.* java_api_library modules to java testing. Test: none Change-Id: I10110a21cc61905995803dfc1d27484358019807
-
Jeongik Cha authored
* Extract BUILD_NUMBER, BUILD_HOSTNAME to file to avoid kati change * Handle FILE_NAME_TAG_PLACEHOLDER string in dist in build/make/packaging/distdir.mk Test: check if kati isn't invoked even though BUILD_NUMBER, BUILD_HOSTNAME is changed Test: m && m, and check if the second m is no-op Bug: 278060169 Change-Id: I65eefc6bb86d4076098a1bf8b317b4cb88201499
-
- May 20, 2023
-
-
Jihoon Kang authored
-
Treehugger Robot authored
-
- May 19, 2023
-
-
Treehugger Robot authored
-
Usta (Tsering) Shrestha authored
-
LaMont Jones authored
Bug: 281536768 Test: manual, presubmits Change-Id: I57fdc76ba6b277e88e196b506af87127a530fd37
-
Jared Duke authored
Some targets may implement classes declared elsewhere, e.g., system server implements services defined in framework-res.apk's manifest. Allow depending on the aapt-generated proguard flags for a given target to support this. Bug: 272495195 Test: m + reference ":framework-res{.aapt.proguardOptionsFile}" Change-Id: I2a16632ed6e5a9bddbe326bdb7ab0dd79b45e587
-
Trevor Radcliffe authored
-
Colin Cross authored
* changes: Disable sanitizers that use runtimes for linux_musl arm64 Separate host and host cross fuzz packaging
-
LaMont Jones authored
Many of the singletons are trivial and can be run in parallel, improving the performance during analysis. Bug: 281536768 Test: manual, presubmit Change-Id: I989333e2ff3fe71783601f27bf5e0732a1b4ea61
-
Zi Wang authored
Test: presubmits and manual verification Bug: 274930471 Change-Id: Iafc85526afdb8264526e8a5a33319fa33a23c66b
-
Colin Cross authored
Don't panic when the instrumented_for dependency is missing or when instrumentedApp or files generated from instrumentedApp are nil. Fixes unbundled tradefed build. Fixes: 283451533 Test: tapas google-tradefed-all && BUILD_BROKEN_DISABLE_BAZEL=true nothing on tradefed branch Change-Id: Ibcd0da75fc55c7c0a697e98ae6bdd9fd3662259c
-