sanders: Tree cleanup

*Move telephony-ext from BoardConfig.mk to device.mk.
*Remove tagGoogle
*Delete init.qcom/ril.sh
 -Unnecessary.
*Remove contexts from fstab.recovery
 -Needed after enforcing.
*Remove Android.bp libhidl.
*Update system.prop.
This commit is contained in:
Keertesh
2018-06-13 13:40:23 +05:30
committed by Keertesh19
parent 5cd6fae534
commit df0130358e
7 changed files with 30 additions and 58 deletions

View File

@@ -1,21 +0,0 @@
cc_library_shared {
name: "android.hidl.base@1.0",
vendor_available: true,
shared_libs: [
"libhidltransport",
],
export_shared_lib_headers: [
"libhidltransport",
],
}
cc_library_shared {
name: "android.hidl.manager@1.0",
vendor_available: true,
shared_libs: [
"libhidltransport",
],
export_shared_lib_headers: [
"libhidltransport",
],
}