+1
−0
system/binder/Android.bp
0 → 100644
+64
−0
+19
−0
+19
−0
+19
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch moves *.aidl files from frameworks/base/core/java/android/bluetooth into system/bt/binder. This is in preparation to convert the Bluetooth deamon into native implementation piece by piece. In order to do that, one must have C++ header files, and paths to them with AIDL files, and */java/* folder didn't seem as proper place for that. Additionally, keeping AIDL files out of framework/base will not require creating dependency on this huge project, which should help keeping the compilation fast. Test: compilation test Change-Id: I4c992e6ee16eea3173a49b1d37e961af3d3c9ac6 Merged-In: I4c992e6ee16eea3173a49b1d37e961af3d3c9ac6 (cherry picked from commit 8a12de49177a341a118c95435177fba4f12fe412)