- Jan 18, 2024
-
-
Siim Sammul authored
This reverts commit 225bfb76. Reason for revert: We are possibly losing tombstones Change-Id: I8372ae3b7b5db63bc48155eca63eb3cae41239c8
-
- Jan 02, 2024
-
-
Siim Sammul authored
8d8898c9 Test: atest BootReceiverTest Bug: 296207744 Change-Id: Ib6e1a1d66a8cf402b26287b8960ad4a0acc11281
-
- Dec 15, 2023
-
-
Greg Kaiser authored
Revert submission 2843682-tombstone-proto Reason for revert: Android Go build break, b/316637921 Reverted changes: /q/submissionid:2843682-tombstone-proto Change-Id: Ic9d7b73e97c070fc378becb59799268323d9cead
-
- Dec 14, 2023
-
-
Siim Sammul authored
Use the proto tombstone as source of truth and ignore the text tombstone. Instead create the text tombstone by omitting the memory data from the proto tombstone to save space on data that would get removed anyway. This allows us to save bandwidth and avoid truncating useful data from the tombstones. Test: atest BootReceiverTest Bug: 296207744 Change-Id: I809122d3206ce326cbbbceadb45c3b98b9762a3e
-
- Oct 20, 2023
-
-
Roshan Pius authored
This reverts commit da8a5ebb. Reason for revert: Reland with fix for build failure. Bug: 303286040 Change-Id: I1083a805e34f63424680045734c94389f78a124d Test: Compiles
-
Roshan Pius authored
This reverts commit 869155b8. Reason for revert: Causes build failure Bug: 306523602 Change-Id: Ib3fffa498d1e645fc1b38eb61084564534fef72e Test: N/A
-
- Oct 19, 2023
-
-
Roshan Pius authored
1. Separate out NFC protos included in NFC API classes 2. Allow NFC flags to be included in NFC Apex Bug: 303286040 Test: Compiles (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:84948ad7775427e91da76239e135069e2c34681c) Merged-In: I6848686b892bec543f977d48e5410af444eb2f7c Change-Id: I6848686b892bec543f977d48e5410af444eb2f7c
-
- Jun 09, 2023
-
-
Liz Kammer authored
Test: build stream proto targets with sandboxing enabled Change-Id: I025b501dd32969609550c49bd54254aa7cd391df
-
- May 25, 2023
-
-
Tej Singh authored
Add atom enums & messages into libstats_internal_protos and remove them from the srcs of platformprotos Bug: 282129591 Test: m platformprotos Merged-In: I442822184ae02429337ff903db630028902d4d4f Change-Id: I442822184ae02429337ff903db630028902d4d4f (cherry picked from commit 8095ea6e)
-
- May 12, 2023
-
-
Tej Singh authored
Add atom enums & messages into libstats_internal_protos and remove them from the srcs of platformprotos Bug: 282129591 Test: m platformprotos Change-Id: I442822184ae02429337ff903db630028902d4d4f
-
- Feb 04, 2023
-
-
Sorin Basca authored
Bug: 267831518 Test: TH Change-Id: I911483e3e203cf65e8bcd3aeb21a3d99ea090e2d
-
- Sep 15, 2022
-
-
Aaron Huang authored
In the generated javastream and cppsteam incident proto file, it defines the start position for netstats at 3001 and it doesn't actually use the NetworkStatsServiceDumpProto which is deinfed in netstats.proto. Thus, the framework-connectivity-proto can be removed from framework-javastream-protos and framework-cppstream-protos. The generated incident proto file defines netstats as the following, // optional .android.service.NetworkStatsServiceDumpProto netstats = 3001; public static final long NETSTATS = 0x0000010b00000bb9L; Furthermore, on Android side, this is not strictly proto dependency, and there's no one using this section, so it can be removed and mark it as reserved. Bug: 222625935 Test: FrameworksNetTests atest CtsIncidentHostTestCases:IncidentdTest adb shell dumpsys netstats Change-Id: I3083a43a2f9c20768264ce2a531e0a0593f31697 Merged-In: I3083a43a2f9c20768264ce2a531e0a0593f31697
-
- Sep 14, 2022
-
-
Hai Zhang authored
Fixes: 246812597 Test: build Change-Id: Ide9ff8a3b6009df33418e46aebd75d66be4907e4
-
- Aug 19, 2022
-
-
Aaron Huang authored
In the generated javastream and cppsteam incident proto file, it defines the start position for netstats at 3001 and it doesn't actually use the NetworkStatsServiceDumpProto which is deinfed in netstats.proto. Thus, the framework-connectivity-proto can be removed from framework-javastream-protos and framework-cppstream-protos. The generated incident proto file defines netstats as the following, // optional .android.service.NetworkStatsServiceDumpProto netstats = 3001; public static final long NETSTATS = 0x0000010b00000bb9L; Furthermore, on Android side, this is not strictly proto dependency, and there's no one using this section, so it can be removed and mark it as reserved. Bug: 222625935 Test: FrameworksNetTests atest CtsIncidentHostTestCases:IncidentdTest adb shell dumpsys netstats Change-Id: I3083a43a2f9c20768264ce2a531e0a0593f31697
-
- Jun 15, 2022
-
-
Vinh Tran authored
The depfile concept in Soong and Ninja isn't applicable in Bazel because Bazel requires listing the deps explicitly. This CL removes the uses of depfile property and explictly declare the implicit deps in tool_files. The motivation behind this change is to eventually deprecate depfile (aosp/2120835) in gensrcs to ensure all gensrcs modules are convertable to Bazel. Test: CI Test: m framework-cppstream-protos && m framework-javastream-protos Bug: 179452413 Change-Id: Iec6b61b4194d3f1e728449ee63b879818d9c958a
-
- Mar 07, 2022
-
-
Aaron Huang authored
While dumpProtoLocked is called, InvalidProtocolBufferException occurred because types are mismatched between platform side and module side. netstats.proto was moved into connectivity module, both the platform(incident.proto) and the module uses protoc-gen-javastream to generate the Java classes from it. It should be fine since platform includes the source of the proto, and jarjar the generated classess in the module to avoid conflict with platform. Bug: 218566849 Test: adb shell incident 3001 adb shell dumpsys netstats --proto atest CtsIncidentHostTestCases:IncidentdTest#testIncidentReportDumpAuto Change-Id: I4654350a59dc1ca1a925785ad37f34aa7b481235 Merged-In: I4654350a59dc1ca1a925785ad37f34aa7b481235
-
Tyler Dewey authored
in framework. Bug: 217406624 Test: built and flashed Change-Id: Ibcb924df059af5d518b7f6f80487a3fb57bd6623
-
- Mar 04, 2022
-
-
Aaron Huang authored
While dumpProtoLocked is called, InvalidProtocolBufferException occurred because types are mismatched between platform side and module side. netstats.proto was moved into connectivity module, both the platform(incident.proto) and the module uses protoc-gen-javastream to generate the Java classes from it. It should be fine since platform includes the source of the proto, and jarjar the generated classess in the module to avoid conflict with platform. Bug: 218566849 Test: adb shell incident 3001 adb shell dumpsys netstats --proto atest CtsIncidentHostTestCases:IncidentdTest#testIncidentReportDumpAuto Change-Id: I4654350a59dc1ca1a925785ad37f34aa7b481235 Merged-In: I4654350a59dc1ca1a925785ad37f34aa7b481235
-
- Feb 15, 2022
-
-
Aaron Huang authored
While dumpProtoLocked is called, InvalidProtocolBufferException occurred because types are mismatched between platform side and module side. netstats.proto was moved into connectivity module, both the platform(incident.proto) and the module uses protoc-gen-javastream to generate the Java classes from it. It should be fine since platform includes the source of the proto, and jarjar the generated classess in the module to avoid conflict with platform. Bug: 218566849 Test: adb shell incident 3001 adb shell dumpsys netstats --proto atest CtsIncidentHostTestCases:IncidentdTest#testIncidentReportDumpAuto Change-Id: I4654350a59dc1ca1a925785ad37f34aa7b481235
-
- Jun 19, 2021
-
-
Cole Faust authored
Enabled: false is more performant than -XepDisableAllChecks, as normally the module is built twice, once with and once without errorprone. Enabled: false will entirely remove the second build. Bug: 190944875 Bug: 72714520 Change-Id: Ie393f41a33e59dc4fd36b98ca2fd87f53c0f9785 Test: Presumbits
-
- Apr 14, 2021
-
-
Dichen Zhang authored
Move proto messages out of enum/ directory. Test: make Bug: b/184754707 Change-Id: Ia240c2608227c34d8caa0fa89d62a00bf2bb6908 Merged-In: Ia240c2608227c34d8caa0fa89d62a00bf2bb6908
-
- Apr 13, 2021
-
-
Dichen Zhang authored
Move proto messages out of enum/ directory. Test: make Bug: b/184754707 Change-Id: Ia240c2608227c34d8caa0fa89d62a00bf2bb6908
-
- Apr 12, 2021
-
-
Anton Hansson authored
The proto build rules are quite large and makes the top-level Android.bp file difficult to navigate. Move them to a separate file. Bug: 185128417 Test: m Change-Id: I5719ba0fa8e03dcfca0cc32dc30db3f87ea4e3cd
-
Anton Hansson authored
The proto build rules are quite large and makes the top-level Android.bp file difficult to navigate. Move them to a separate file. Bug: 185128417 Test: m Merged-In: I5719ba0fa8e03dcfca0cc32dc30db3f87ea4e3cd Change-Id: I5719ba0fa8e03dcfca0cc32dc30db3f87ea4e3cd
-