diff options
| author | Demon000 <demonsingur@gmail.com> | 2017-10-15 11:36:30 +0300 |
|---|---|---|
| committer | Demon000 <demonsingur@gmail.com> | 2017-10-16 19:31:02 +0300 |
| commit | efbac9bae0555aed1bbc5140a10ee2e0e9d6c58f (patch) | |
| tree | 85e8883f2d3a397dc750b9b32598d0566e9e3048 /camera | |
| parent | a2c99c65e50f219500a549bd7406e9b39cecf78a (diff) | |
| download | android_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 'camera')
| -rw-r--r-- | camera/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/Android.bp b/camera/Android.bp index f5dfcce..2778448 100644 --- a/camera/Android.bp +++ b/camera/Android.bp @@ -1,3 +1,4 @@ +// This is an autogenerated file, do not edit. subdirs = [ "device/1.0-legacy", "provider/2.4-legacy", |
