samsung: Make HAL header paths configurable through soong
authorLuK1337 <priv.luk@gmail.com>
Fri, 21 Jun 2024 03:59:47 +0000 (05:59 +0200)
committerTim Zimmermann <tim@linux4.de>
Fri, 21 Jun 2024 16:04:34 +0000 (18:04 +0200)
commit45823cea54e90c35f09c61163344b59ad7ee06f3
treeeb3ee849a13868811df1b981248bf57007727fc2
parentbb406eb8e971976c6b48ed40c86c22202417fa59
samsung: Make HAL header paths configurable through soong

$(call soong_config_set,samsungVars,target_specific_header_path,$(DEVICE_PATH)/include)

Change-Id: Ibdfd255efafd471e59dfec0860ace40c21a6e27f
23 files changed:
Android.bp
aidl/light/Android.bp
aidl/light/Lights.h
aidl/light/include/samsung_lights.h [deleted file]
aidl/light/samsung_lights.h [new file with mode: 0644]
hidl/consumerir/Android.bp
hidl/consumerir/include/samsung_ir.h [deleted file]
hidl/consumerir/samsung_ir.h [new file with mode: 0644]
hidl/fastcharge/Android.bp
hidl/fastcharge/FastCharge.cpp
hidl/fastcharge/include/samsung_fastcharge.h [deleted file]
hidl/fastcharge/samsung_fastcharge.h [new file with mode: 0644]
hidl/powershare/Android.bp
hidl/powershare/PowerShare.cpp
hidl/powershare/include/samsung_powershare.h [deleted file]
hidl/powershare/samsung_powershare.h [new file with mode: 0644]
hidl/touch/Android.bp
hidl/touch/GloveMode.h
hidl/touch/KeyDisabler.h
hidl/touch/StylusMode.h
hidl/touch/TouchscreenGesture.h
hidl/touch/include/samsung_touch.h [deleted file]
hidl/touch/samsung_touch.h [new file with mode: 0644]