Skip to content

Commit

Permalink
Merge pull request #4 from jfgoog/rename-android-bp
Browse files Browse the repository at this point in the history
Rename Android.bp to example.bp
  • Loading branch information
tardyp authored Dec 19, 2024
2 parents 233e1dd + a93b6f0 commit a369e2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a rust crate to parse Android.bp files
```rust
use android_bp::BluePrint;

let bp = BluePrint::from_file("fixtures/Android.bp").unwrap();
let bp = BluePrint::from_file("fixtures/example.bp").unwrap();
println!("{:#?}", bp);

// variables are accessible as a rust HashMap
Expand Down
File renamed without changes.

0 comments on commit a369e2b

Please sign in to comment.