toybox: create getprop symlink on SDK 27

Currently when building for SDK 27 with TW_USE_TOOLBOX,
no getprop symlink is produced. This minor change creates
a symlink for getprop on SDK 27.

Change-Id: I71bd3e0d0525bd0ae51634f52a5749ba0ff58444
This commit is contained in:
Captain Throwback
2019-01-18 13:17:16 -05:00
parent 54970bb1a9
commit f0167c4af9
+1 -1
View File
@@ -532,7 +532,7 @@ ALL_TOOLS += \
vconfig \
watch \
xxd
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 27; echo $$?),0)
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -le 27; echo $$?),0)
ALL_TOOLS += \
getprop \
xzcat