mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Setup device soong namespace
This commit is contained in:
parent
01014cd2a5
commit
f746dd6d30
2 changed files with 5 additions and 0 deletions
2
Android.bp
Normal file
2
Android.bp
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
soong_namespace {
|
||||||
|
}
|
|
@ -262,6 +262,9 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.sensors@1.0-impl
|
android.hardware.sensors@1.0-impl
|
||||||
|
|
||||||
|
# Soong
|
||||||
|
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
|
||||||
|
|
||||||
# Surfaceflinger
|
# Surfaceflinger
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \
|
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true \
|
||||||
|
|
Loading…
Reference in a new issue