RK3399 Android 7.1 删除repo后编译报错

CPU:RK3399

系统:Android 7.1

瑞芯微使用的是 repo 来进行代码管理,但我们需要用 git 来管理,所以就删除了 repo,但是编译就报错,如下:
Server is already running
Bad request, see Jack server log
[ 1% 231/20884] build out/target/product/rk3399_mid/gen/EXECUTABLES/iw_intermediates/version.c
FAILED: /bin/bash -c “external/iw/version.sh out/target/product/rk3399_mid/gen/EXECUTABLES/iw_intermediates/version.c”

原因:

原始代码是通过 repo 中的 git 来获取版本号,在删除 repo 后,就无法获取到版本号,导致编译报错。

解决办法:

修改 external/iw/version.sh 文件,让脚本的 if 条件不成立,直接走 else

#!/bin/sh

VERSION=“4.1”
OUT="$1"

#if [ -d .git ] && head=git rev-parse --verify HEAD 2>/dev/null; then
if [ -d .git ] && head=git rev-parse --verify HEAD 2>/dev/null && [ V E R S I O N ! = " 4.1 " ; t h e n g i t u p d a t e − i n d e x − − r e f r e s h − − u n m e r g e d > / d e v / n u l l d e s c r = VERSION != "4.1"; then git update-index --refresh --unmerged > /dev/null descr= VERSION!="4.1";thengitupdateindexrefreshunmerged>/dev/nulldescr=(git describe --match=v*)

# on git builds check that the version number above
# is correct...
[ "${descr%%-*}" = "v$VERSION" ] || exit 2

v="${descr#v}"
if git diff-index --name-only HEAD | read dummy ; then
    v="$v"-dirty
fi

else
v="$VERSION"
fi

echo ‘#include “iw.h”’ > “KaTeX parse error: Can't use function '\"' in math mode at position 38: …iw_version[] = \̲"̲v”;" >> “$OUT”

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值