[cmake]: Change to shorter RKPLATFORM macro

Change Android and Linux branches to use RKPLATFORM macro.
RKPLATFORM is shorter and it is not a cmake variable.

Change-Id: I09a6fe72e7dacedbb4b2b8e1a66b6f7ca625f019
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2017-12-19 19:44:30 +08:00
parent 81759e832a
commit b186d04390
9 changed files with 12 additions and 14 deletions

View File

@@ -23,6 +23,6 @@ fi
# generate Makefile
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \
-DCMAKE_RKPLATFORM_ENABLE=ON \
-DRKPLATFORM=ON \
-G "Unix Makefiles" \
${MPP_TOP}