Skip to content

Commit

Permalink
sm7325-common: Mark CNE symlink target as required package
Browse files Browse the repository at this point in the history
Change-Id: I0bfe65ba61b6aa9916fe6459be2a84d772939a2f
  • Loading branch information
bgcngm authored and SyberHexen committed Jul 2, 2024
1 parent b27ef9c commit a922fd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ $(WIFI_FIRMWARE_SYMLINKS): $(LOCAL_INSTALLED_MODULE)

ALL_DEFAULT_INSTALLED_MODULES += $(WIFI_FIRMWARE_SYMLINKS)

CNE_APP_SYMLINKS := $(TARGET_OUT_VENDOR)/app/CneApp/lib/arm64
$(CNE_APP_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
@echo "Creating CneApp symlinks: $@"
@mkdir -p $@
$(hide) ln -sf /vendor/lib64/libvndfwk_detect_jni.qti.so $@/libvndfwk_detect_jni.qti.so

ALL_DEFAULT_INSTALLED_MODULES += $(CNE_APP_SYMLINKS)

AW882XX_CAL_SYMLINKS := $(TARGET_OUT_VENDOR)/firmware/aw_cali.bin
$(AW882XX_CAL_SYMLINKS): $(LOCAL_INSTALLED_MODULE)
@echo "Creating aw882xx firmware symlinks: $@"
Expand Down
2 changes: 1 addition & 1 deletion proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ vendor/etc/charger_fw_fstab.qti
vendor/etc/init/vendor.qti.hardware.charger_monitor@1.0-service.rc

# CNE
-vendor/app/CneApp/CneApp.apk
-vendor/app/CneApp/CneApp.apk;REQUIRED=CneApp.libvndfwk_detect_jni.qti_symlink
vendor/bin/cnd
vendor/etc/cne/mwqem.conf
vendor/etc/cne/profileMwqem.xml
Expand Down

0 comments on commit a922fd8

Please sign in to comment.