Rename module name for fingerprint HAL module

This conflicts with proprietary, hardcoded library
name of "fingerprint.default.so".

Hence rename the aosp variant.

Issue: FP3-A11#230
Change-Id: I7d081c60ca77939eac9e0a4de91f0079a2aa2f35
diff --git a/modules/fingerprint/Android.bp b/modules/fingerprint/Android.bp
index 22648b1..18f60d4 100644
--- a/modules/fingerprint/Android.bp
+++ b/modules/fingerprint/Android.bp
@@ -13,7 +13,7 @@
 // limitations under the License.
 
 cc_library_shared {
-    name: "fingerprint.default",
+    name: "aospfingerprint.default",
     relative_install_path: "hw",
     proprietary: true,
     srcs: ["fingerprint.c"],