博客
关于我
android 在lunch选项中添加项目名
阅读量:793 次
发布时间:2019-03-25

本文共 575 字,大约阅读时间需要 1 分钟。

在alps\device\mediateksample\project-name\AndroidProducts.mk中添加你的项目名aaa,便于后续配置。

你将看到以下设置:

full_aaaa_101-engfull_aaaa_101-userdebugfull_aaaa_101-user

如果需要过滤这些选项,可以在envsetup.sh文件中进行如下修改:

@@ -577,6 +577,11 @@ function print_lunch_menu()         if [[ $choice == vnd_* ]]; then             continue         fi@@ -631,6 +636,14 @@ function lunch()         fi++        if [[ $product == vnd_* ]]; then+            echo+            echo "Invalid lunch combo: KTE filter out $selection"+            return 1+        fi+     if [ -z "$product" ]      then

请确保在项目路径中正确配置这些脚本文件,以便顺利构建项目。

转载地址:http://mfguk.baihongyu.com/

你可能感兴趣的文章
OpenWrt包管理软件opkg的使用(极路由)
查看>>
OpenWrt固件编译刷机完全总结
查看>>
Open××× for Linux搭建之二
查看>>
Open×××有线网络时使用正常,无线网络时使用报错的解决方案
查看>>
Opera Mobile Classic Emulator
查看>>
Operation not supported on read-only collection 的解决方法 - [Windows Phone开发技巧系列1]
查看>>
OperationResult
查看>>
Operations Manager 2007 R2系列之仪表板(多)视图
查看>>
operator new and delete
查看>>
operator new 与 operator delete
查看>>
operator() error
查看>>
OPPO K3在哪里打开USB调试模式的完美方法
查看>>
oppo后端16连问
查看>>
OPPO软件商店APP侵权投诉流程
查看>>
Optional用法与争议点
查看>>
Optional类:避免NullPointerException
查看>>
Optional讲解
查看>>
ORA-00923: 未找到要求的 FROM 关键字
查看>>
ORA-00932: inconsistent datatypes: expected - got NCLOB【ORA-00932: 数据类型不一致: 应为 -, 但却获得 NCLOB 】【解决办法】
查看>>
ORA-00942 表或视图不存在
查看>>