Add explicit Android blueprint to the root location
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ibbbc378d527ae8195bb27ec242602527b35f4665
This commit is contained in:
parent
6b00f9d81c
commit
10fd6abc2c
2 changed files with 6 additions and 0 deletions
2
Android.bp
Normal file
2
Android.bp
Normal file
|
@ -0,0 +1,2 @@
|
|||
soong_namespace {
|
||||
}
|
|
@ -374,6 +374,10 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf \
|
||||
$(LOCAL_PATH)/configs/sensors/sensor_def_qcomdev.conf:$(TARGET_COPY_OUT_SYSTEM)/etc/sensors/sensor_def_qcomdev.conf
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
# Thermal engine
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/thermal-engine-8996.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-8996.conf
|
||||
|
|
Loading…
Reference in a new issue