Skip to content

Commit

Permalink
DNM: temp for bringup
Browse files Browse the repository at this point in the history
Change-Id: Ie3ab7d0b56dfd5786c4a2c20ca7840c4c041c419
  • Loading branch information
firebird11 committed Oct 11, 2018
1 parent 0ad220f commit 9d780e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ AUDIO_FEATURE_ENABLED_HFP := true
AUDIO_FEATURE_ENABLED_NEW_SAMPLE_RATE := true
AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true
BOARD_USES_ALSA_AUDIO := true
USE_CUSTOM_AUDIO_POLICY := 1
#USE_CUSTOM_AUDIO_POLICY := 1
USE_XML_AUDIO_POLICY_CONF := 1

# Binder
Expand Down Expand Up @@ -139,8 +139,8 @@ PRODUCT_SHIPPING_API_LEVEL := 19
TARGET_USE_SDCLANG := true

# SELinux
include device/qcom/sepolicy-legacy/sepolicy.mk
BOARD_SEPOLICY_DIRS += device/lge/g3-common/sepolicy
#include device/qcom/sepolicy-legacy/sepolicy.mk
#BOARD_SEPOLICY_DIRS += device/lge/g3-common/sepolicy

# Time services
BOARD_USES_QC_TIME_SERVICES := true
4 changes: 0 additions & 4 deletions g3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl

# FlipFlap
PRODUCT_PACKAGES += \
FlipFlap

# IPv6 tethering
PRODUCT_PACKAGES += \
ebtables \
Expand Down
4 changes: 0 additions & 4 deletions lineage.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"repository": "android_device_qcom_common",
"target_path": "device/qcom/common"
},
{
"repository": "android_packages_apps_FlipFlap",
"target_path": "packages/apps/FlipFlap"
},
{
"repository": "android_packages_resources_devicesettings",
"target_path": "packages/resources/devicesettings"
Expand Down
2 changes: 1 addition & 1 deletion rootdir/etc/init.g3.rc
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ on property:bluetooth.isEnabled=true
on charger
# Booting modem
wait /dev/block/platform/msm_sdcc.1/by-name/modem
mount vfat /dev/block/platform/msm_sdcc.1/by-name/modem /firmware ro shortname=lower,uid=1000,gid=1026,dmask=227,fmask=337,context=u:object_r:firmware_file:s0
mount vfat /dev/block/platform/msm_sdcc.1/by-name/modem /firmware ro shortname=lower,uid=1000,gid=1026,dmask=227,fmask=337
wait /dev/block/platform/msm_sdcc.1/by-name/system
mount ext4 /dev/block/platform/msm_sdcc.1/by-name/system /system ro barrier=1

Expand Down

0 comments on commit 9d780e9

Please sign in to comment.