diff options
| author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-01-07 18:54:29 +0100 |
|---|---|---|
| committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-01-07 18:54:29 +0100 |
| commit | d7c32d65db63bc05af4ffbe28845ce4e5002096f (patch) | |
| tree | 3166f7d6f8702e9a6ab90b29b9e58822dec3e37e | |
| parent | dd05feefe7366b0c27e88cf6ed97ed066bbe9233 (diff) | |
| download | manifest-d7c32d65db63bc05af4ffbe28845ce4e5002096f.tar.gz manifest-d7c32d65db63bc05af4ffbe28845ce4e5002096f.tar.bz2 manifest-d7c32d65db63bc05af4ffbe28845ce4e5002096f.zip | |
add libedit to notdefault
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
| -rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index cb7cab6..0db11d6 100644 --- a/default.xml +++ b/default.xml @@ -531,7 +531,7 @@ <project path="prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9" groups="notdefault,pdk,linux,mips" remote="aosp" /> <project path="prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" groups="notdefault,pdk,linux,x86" remote="aosp" /> <project path="prebuilts/gradle-plugin" name="platform/prebuilts/gradle-plugin" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> - <project path="prebuilts/libs/libedit" name="platform/prebuilts/libs/libedit" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> + <project path="prebuilts/libs/libedit" name="platform/prebuilts/libs/libedit" groups="notdefault,pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="prebuilts/maven_repo/android" name="platform/prebuilts/maven_repo/android" groups="pdk-cw-fs,pdk-fs" remote="aosp" /> <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk" remote="aosp" /> <project path="prebuilts/ndk" name="platform/prebuilts/ndk" groups="pdk" remote="aosp" /> |
