Skip to content

Commit

Permalink
correct feature2 path
Browse files Browse the repository at this point in the history
  • Loading branch information
techyminati authored Jul 7, 2024
1 parent d2b814a commit e8b8142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ check_realmeui_ver()
FEATURE_PATH="/my_product/etc/extension/realme_product_rom_extend_feature_${PRJ_NAME}.xml"
elif [[ $RUI_VER == V4.0 ]]; then
FEATURE_PATH="/my_product/etc/extension/feature_com.coloros.oppoguardelf.xml"
FEATURE2_PATH="/my_product/extension/appfeature_liteos.xml"
FEATURE2_PATH="/my_product/etc/extension/appfeature_liteos.xml"
elif [[ $RUI_VER == V3.0 ]]; then
FEATURE_PATH="/my_product/etc/extension/realme_product_rom_extend_feature_${PRJ_NAME}.xml"
elif [[ $RUI_VER == V1.0 ]]; then
Expand Down

0 comments on commit e8b8142

Please sign in to comment.