diff options
| author | 2025-01-02 17:00:58 +0800 | |
|---|---|---|
| committer | 2025-01-02 01:11:53 -0800 | |
| commit | f2e3569e78620efc948b892e464cb1bb0cecc05e (patch) | |
| tree | c0d08b2a2c86c5255c4c8d40a1b675dab70c935d /libs | |
| parent | 5d31679c5af95f94e248491c1390f35605e9c97c (diff) | |
Add proto header comments to aconfig files.
This commit adds proto header comments to aconfig files, specifying the
proto file and message type. These comments enable tooling to better
understand and process the aconfig files based on the protobuf schema.
It enables syntax highlighting in code search and provides schema
information to tooling that consumes the files.
See the protobuf documentation for details about header comments:
https://protobuf.dev/reference/protobuf/textformat-spec/#header
Bug: 387193964
Test: Build pass
Flag: EXEMPT refactor
Change-Id: Id442a0d90889166b4c8d78f57e1722afaf09f656
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index bbdcbc9147e4..688bf83224aa 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -1,4 +1,6 @@ # proto-file: build/make/tools/aconfig/aconfig_protos/protos/aconfig.proto +# proto-message: flag_declarations +# Project link: http://gantry/projects/android_platform_multitasking package: "com.android.wm.shell" container: "system" |