summaryrefslogtreecommitdiffstats
path: root/biometrics
diff options
context:
space:
mode:
authorDemon000 <demonsingur@gmail.com>2017-10-15 11:36:30 +0300
committerDemon000 <demonsingur@gmail.com>2017-10-16 19:31:02 +0300
commitefbac9bae0555aed1bbc5140a10ee2e0e9d6c58f (patch)
tree85e8883f2d3a397dc750b9b32598d0566e9e3048 /biometrics
parenta2c99c65e50f219500a549bd7406e9b39cecf78a (diff)
downloadandroid_hardware_lineage_interfaces-efbac9bae0555aed1bbc5140a10ee2e0e9d6c58f.tar.gz
android_hardware_lineage_interfaces-efbac9bae0555aed1bbc5140a10ee2e0e9d6c58f.tar.bz2
android_hardware_lineage_interfaces-efbac9bae0555aed1bbc5140a10ee2e0e9d6c58f.zip
lineage/interfaces: add update-makefiles.sh script
Generates the makefile/blueprint structure inside hardware/lineage/interfaces. Package names need to start with vendor.lineage, for example, vendor.lineage.vibrator@1.0, else hidl-gen will fail. Usage: ./hardware/lineage/interfaces/update-makefiles.sh If the script finds a *.hal file, it will create Android.bp and Android.mk files inside the respective directory that turn those files into an interface. Also, regenerate blueprints using the script. Change-Id: Id169bd74e76cd83d4572e14cebf91db7629640cc
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/Android.bp3
-rw-r--r--biometrics/fingerprint/Android.bp3
2 files changed, 2 insertions, 4 deletions
diff --git a/biometrics/Android.bp b/biometrics/Android.bp
index 55a6de1..696ef6b 100644
--- a/biometrics/Android.bp
+++ b/biometrics/Android.bp
@@ -1,3 +1,4 @@
+// This is an autogenerated file, do not edit.
subdirs = [
- "fingerprint",
+ "fingerprint/2.0",
]
diff --git a/biometrics/fingerprint/Android.bp b/biometrics/fingerprint/Android.bp
deleted file mode 100644
index 5f8a18f..0000000
--- a/biometrics/fingerprint/Android.bp
+++ /dev/null
@@ -1,3 +0,0 @@
-subdirs = [
- "2.0",
-]