aboutsummaryrefslogtreecommitdiff
path: root/sdk/ModuleDefaults.bp
AgeCommit message (Collapse)Author
2022-03-07Merge "Remove framework-module-defaults visibility to ConnectivityT" am: ↵Paul Hu
ce95bdcc0b am: 5fd2b9e159 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2007076 Change-Id: I1138b8ecf492cebaeddc21f43695b007b20dcf87
2022-03-07Merge "Remove framework-module-defaults visibility to ConnectivityT"Paul Hu
2022-03-04Remove framework-module-defaults visibility to ConnectivityTpaulhu
The framework-connectivity-t is using framework-module-defaults to build sdk library. But framework-connectivity-t is located on packages/modules/Connectivity not f/b/packages/ConnectivityT which has the visibility already. So remove the unused directory from framework-module-defaults visibility. Bug: 208914639 Test: m Change-Id: I8187cdfd6c92080a5555e70d9ddea3ebf206fbdc
2022-03-03Merge "Adding apex_defaults to provide common parameters for Q, R, S and T." ↵Gurpreet Singh
am: 0a4fe9ad55 am: e621929c51 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2005890 Change-Id: I709c31881408f30a29c5d2d2fb32659f0fed8f06
2022-03-03Adding apex_defaults to provide common parameters for Q, R, S and T.Gurpreet Singh
This CL is adding the apex_defaults modules to provide common parameters for the releases corresponding to Q, R, S and T. These defaults servers as a common place to add properties which should affect all mainline modules. Bug: 172589606 Test: USE_RBE=true m Since there are no runtime changes, successful code build is enough for testing. Change-Id: Ib7aeff510712b047df44bc1d16570c5a48d24e11
2022-02-07Update visibility to impl jarsAnton Hansson
The "merged" impl jar definition is moving to a new directory. Bug: 169103987 Test: m nothing Merged-In: I8eee60259f00fed281f0c579b12e9e99a4f6612e Change-Id: I8eee60259f00fed281f0c579b12e9e99a4f6612e (cherry picked from commit 711e0ef744b8c67fbab4815e040ea3726cb284ad)
2022-01-28Update visibility to impl jarsAnton Hansson
The "merged" impl jar definition is moving to a new directory. Bug: 169103987 Test: m nothing Change-Id: I8eee60259f00fed281f0c579b12e9e99a4f6612e
2022-01-17Remove dead codeAnton Hansson
This variable was not used. Test: presubmit Change-Id: I382c1fe5279450c2f1600328e5e01f435f1572b0
2022-01-17Remove duplicate --hide argumentsAnton Hansson
sdk_library.go already adds these automatically, so they make no difference. Test: m Change-Id: If812d0b840a7142f108ed3e33b96ae5f395481e8
2022-01-04Remove references to win_sdkAnton Hansson
This goal doesn't exist anymore. The build system automatically translates it to "sdk". Test: m win_sdk dist && inspect out/dist/apistubs Change-Id: Ia54e92c96ef91250351735827ab07e339fe26c15
2021-12-10Make framework-module-defaults visible to ConnectivityTpaulhu
Bug: 206893064 Test: m Change-Id: Ia55a98c9a7dbb8b9ae7e148a9ebaaa5423f91f1f
2021-10-13Add visibility to test artifacts used for apexd_testSamiul Islam
Bug: 187444679 Test: atest ApexTestCases Test: atest StagedInstallInternalTest Change-Id: I5f098a7df76a165791e1d72119297ac5b8e315fe
2021-09-20Enhance documentation in mainline stubsAnton Hansson
Metalava has a feature to "enhance documentation" which is mostly based on auto-generating documentation text based on source-retention annotations. This is turned on automatically for doc stubs, but here we are enabling it for module's jar stubs as well. The point of this is to be able to replace the module source code with module jar stub source code when generating doc stubs -- something previously not possible because most source-retention annotations are not present in the jar stubs. In order for the enhancement to work properly, metalava needs to be passed the annotation source code rather than the annotations library. This is because of various javadoc tags controlling what documentation is generated, e.g. @paramDoc, @returnDoc etc. Bug: 186197911 Test: manually inspect module stub source code is enhanced Change-Id: I3fda4cd64e49c1da33fe614c30aafd9fa0dba3b9
2021-06-01Set dist_group: "android" for module java_sdk_librariesColin Cross
dist_group replaces owner and the default is going to change, set it to the current default "android" for module java_sdk_libraries. Bug: 186723288 Test: m checkbuild Change-Id: Id4d20471a8106718fb1529f5c83c9ca5ffb2a569
2021-04-14Move module defaults into a dedicated .bp fileAnton Hansson
I'm adding some other modules in a follow up, and to avoid creating a large messy bp file, do some re-organization ahead of time. Bug: 184839225 Bug: 185128417 Test: m Change-Id: Icd655e680f7138582ddf34fb0e0e78e9bdd7a927