Skip to content

Commit

Permalink
Move build status badge in README
Browse files Browse the repository at this point in the history
Move build status badge down into the "Build and Run" section to avoid
it being pulled in as part of the repository description by automation.

Bug: 350055171
  • Loading branch information
tjohns committed Sep 19, 2024
1 parent bc535ee commit e74228c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Android NDK Samples

[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions)

This repository contains sample apps that use the [Android NDK].

For an explanation of the layout of this repository, see
[ARCHITECTURE.md](ARCHITECTURE.md).

## Build and run

[![build](https://github.com/android/ndk-samples/actions/workflows/build.yml/badge.svg)](https://github.com/android/ndk-samples/actions)

1. Clone the repository
2. Open the whole project in Android Studio
3. Select the sample you want to run in the top bar (you may need to sync gradle
Expand Down

0 comments on commit e74228c

Please sign in to comment.