diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-08-07 15:16:48 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-08-07 15:16:48 +0900 |
commit | 0437c729b942358e7e3e877f2e240750fe2a0a72 (patch) | |
tree | 6d59577c1b9436658147833627468f87138de68f /profiles/default | |
parent | toolchain.eclass: merged to gentoo main. (diff) | |
download | android-0437c729b942358e7e3e877f2e240750fe2a0a72.tar.gz android-0437c729b942358e7e3e877f2e240750fe2a0a72.tar.bz2 android-0437c729b942358e7e3e877f2e240750fe2a0a72.zip |
profiles: remove the deprecated rap profiles.
They are implemented as linux-standalone.
Diffstat (limited to 'profiles/default')
4 files changed, 0 insertions, 10 deletions
diff --git a/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults b/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults deleted file mode 100644 index 61ca581..0000000 --- a/profiles/default/linux/arm/13.0/armv5te/rap/make.defaults +++ /dev/null @@ -1,3 +0,0 @@ -# accept unstable keyword before RAP matures -# accept Prefix keyword to use Prefix overlay for transition -ACCEPT_KEYWORDS="~arm ~arm-linux" diff --git a/profiles/default/linux/arm/13.0/armv5te/rap/parent b/profiles/default/linux/arm/13.0/armv5te/rap/parent deleted file mode 100644 index a67a6e3..0000000 --- a/profiles/default/linux/arm/13.0/armv5te/rap/parent +++ /dev/null @@ -1,2 +0,0 @@ -gentoo_prefix:default/linux/arm/13.0/armv5te -../../../../../../features/rap diff --git a/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults b/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults deleted file mode 100644 index 61ca581..0000000 --- a/profiles/default/linux/arm/13.0/armv7a/rap/make.defaults +++ /dev/null @@ -1,3 +0,0 @@ -# accept unstable keyword before RAP matures -# accept Prefix keyword to use Prefix overlay for transition -ACCEPT_KEYWORDS="~arm ~arm-linux" diff --git a/profiles/default/linux/arm/13.0/armv7a/rap/parent b/profiles/default/linux/arm/13.0/armv7a/rap/parent deleted file mode 100644 index b105425..0000000 --- a/profiles/default/linux/arm/13.0/armv7a/rap/parent +++ /dev/null @@ -1,2 +0,0 @@ -gentoo_prefix:default/linux/arm/13.0/armv7a -../../../../../../features/rap |