Skip to content

Commit

Permalink
Merge pull request #25 from hiking90/extension
Browse files Browse the repository at this point in the history
Fixed the build error of build.rs
  • Loading branch information
hiking90 authored Oct 6, 2024
2 parents 5ea8356 + 0228b98 commit 2913deb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rsbinder/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@ fn main() {
.set_crate_support(true)

.generate().unwrap();

rsbinder_aidl::Builder::new()
.source(PathBuf::from("aidl/android/sm/tests/IFoo.aidl"))

.output(PathBuf::from("sm_tests_aidl.rs"))
.set_crate_support(true)
.generate().unwrap();
}

0 comments on commit 2913deb

Please sign in to comment.