Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 8 of 8) sorted by relevance

/development/tools/cargo_embargo/
Dregenerate_all.sh54 (cd $crate && git diff Android.bp > Android.bp.diff)
64 (cd $crate && git show HEAD:Android.bp > Android.bp.orig)
65 if diff $crate/Android.bp.orig $crate/Android.bp > /dev/null; then
90 (cd $crate && git checkout Android.bp)
DREADME.md3 `cargo_embargo` is a tool to generate `Android.bp` files automatically for external Rust crates
6 successful this will write out an `Android.bp` file.
101 … | File with content to append to the end of the generated Android.bp. …
102 … | - | no | Patch file to apply after Android.bp is generated. …
/development/vndk/tools/sourcedr/
DREADME.md5 - [blueprint](blueprint) analyzes Android.bp and the dependencies between the
/development/tools/cargo_embargo/testdata/
DREADME.md28 - `expected_Android.bp`: Adjust the version numbers to match the current version
/development/samples/AconfigDemo/
DAndroid.bp119 // one host, in tests/unittests/Android.bp
/development/vndk/tools/header-checker/
DREADME.md144 1. Set the ABI checker properties in Android.bp. For example,
316 Android.bp. For example,
334 `enabled` in its Android.bp. For example,
/development/samples/VoiceInteractionService/
DREADME.md3 …ilable if multiple detectors are allowed" , set target_sdk_version: "10000" in Android.bp for now.)
/development/tools/cargo_embargo/src/
Dmain.rs29 mod bp; module
41 use bp::*;