Bluetooth: move AIDL files related to bluetooth into system/bt (1/2)
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: I9a6db8832c9ec3215c648e325d67278832ef22cc Merged-In: I9a6db8832c9ec3215c648e325d67278832ef22cc (cherry picked from commit 06ae9c66)
Loading
Please register or sign in to comment