Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Impeller] Clarify where to put the metadata in the manifest. #54814

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion impeller/docs/android_validation_layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ flutter/tools/gn \
```

Then adding the following field to the
`android/app/src/main/AndroidManifest.xml` will turn them on:
`android/app/src/main/AndroidManifest.xml` under the `<application>` tag will turn
them on:

```xml
<meta-data
Expand Down