Skip to content

Commit 28b7fd6

Browse files
Mattijs Korpershoekpraneethbajjuri
authored andcommitted
fix(android): kernel: Use bazel language for code block
The snippet comes from BUILD.bazel which is in bazel language. According to [1], bazel is supported by pygments. Use it instead of using bash. [1] https://pygments.org/docs/lexers/#pygments.lexers.python.PythonLexer Suggested-by: Randolph Sapp <[email protected]> Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 4697a92 commit 28b7fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/android/Foundational_Components_Kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To enable new modules:
137137
#. Edit :file:`${YOUR_PATH}/ti-kernel-aosp/BUILD.bazel` to add your new module.
138138
Look for the following section:
139139

140-
.. code-block:: bash
140+
.. code-block:: bazel
141141
142142
_TI_MODULE_OUTS = [
143143
# keep sorted

0 commit comments

Comments
 (0)