summaryrefslogtreecommitdiff
path: root/patches/Android.bp.patch
AgeCommit message (Collapse)Author
2022-08-22[Bluetooth apex] Use new apex namemain-16kWilliam Escande
The Bluetooth apex name is now called com.android.btservices Bug: 243054261 Test: Build Change-Id: I8a9730886ec30ea4d93af366f2121c1fef248426
2022-02-02Adding min_sdk_version to libgrpc_bindgenandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Roopa Sattiraju
Bug: 206121418 Test: Compile Change-Id: I939103023aa080ab695e44639880b01b78f2c4cc
2021-12-22Adding bluetooth apexRoopa Sattiraju
Bug: 206121418 Test: Compile Change-Id: I8617972c3ce52d7411e649ab277c1ce7233e6ec0
2021-09-28Simplify patch by not passing cargo_pkg_version.Joel Galenson
Android.bp.patch will fail during crate upgrades because its context relies on cargo_pkg_version, which is set automatically and thus will change on each upgrade. We avoid this by simply not generating cargo_pkg_version, as the crate does not use CARGO_PKG_VERSION. We also migrate to a config file while we're here. Test: None Change-Id: I7ab01744a089f22dcc26f22e4025307f81ac4bd6
2021-09-23Upgrade rust/crates/grpcio-sys to 0.9.1+1.38.0Joel Galenson
Test: make Change-Id: Icd666e4b66992af7fd828158f344262783e482fd
2021-08-24Add bindgen bindings testJoel Galenson
Test: atest Change-Id: I67fad31b59ca6c503928fc26f9d4164360cc6cd6
2021-08-24Refresh Android.bp.Joel Galenson
Update the patch so it applies. The updater removes the .gitmodules file. Test: None Change-Id: I0cda1ecf8a99964765948a0a65935541939205c8
2021-06-21Upgrade rust/crates/grpcio-sys to 0.9.0+1.38.0android-s-beta-4android-s-beta-3android-s-beta-4Joel Galenson
Test: make Change-Id: I216e32d09b497864276eaa4743f6c88722cebe14
2021-04-20Use the new more inclusive command-line options.android-s-beta-2android-s-beta-1Joel Galenson
Test: cargo2android Test: Compile Change-Id: If0858e32a28227f8ee34f386a1dbe0853e76cdc2
2021-04-02Upgrade rust/crates/grpcio-sys to 0.8.1Joel Galenson
Test: make Change-Id: I333e35e7d00abaa92ea6beb00e9cf5b85840998f
2020-11-23Upgrade to 0.7.1Jeff Vander Stoep
Test: build, TH Change-Id: I3cb2c39b931e2b5c5b1a0bf775c6185c0e521da8
2020-11-01Use cargo2android.py with a patch file.Chih-Hung Hsieh
* Reduce manual editing the .bp file after a version upgrade. * Use --ignore-cargo-errors to suppress output of the cargo/rustc error messages in Android.bp, so the patch will produce a clean result. * Add post_update.sh to copy android/* and remove upstream OWNERS. Bug: 172093078 Test: make and regenerate .bp Change-Id: Ie8ba0e7fb48018f18678554d3ab08ccd62610792