Skip to content

Commit

Permalink
sagit: create symlink for gps.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
thune-xiaobai authored and Verevka committed Jul 27, 2017
1 parent 7db9e5c commit 879f204
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ $(shell mkdir -p $(TARGET_OUT)/etc/firmware/wlan/qca_cld; \
ln -sf /persist/wlan_mac.bin \
$(TARGET_OUT_ETC)/firmware/wlan/qca_cld/wlan_mac.bin)

# GPS symlinks
$(shell ln -s /system/vendor/etc/gps.conf $(TARGET_OUT_ETC)/gps.conf)

# RFS folder structure
$(shell rm -rf $(TARGET_OUT)/rfs/)

Expand Down

0 comments on commit 879f204

Please sign in to comment.