summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-03-17 12:32:00 -0700
committerDan Willemsen <dwillemsen@google.com>2016-03-17 16:04:05 -0700
commit904ffd5988226f5c4ee2afaa5ebaad3e57b4309a (patch)
tree61d3309cf84c30f297bf1b8741965b6d9b1a5bfb
parent1c7d4183d955a6c2a3c1af5f1feac95fbf59eb2d (diff)
downloadmanifest-904ffd5988226f5c4ee2afaa5ebaad3e57b4309a.tar.gz
Remove abi/cpp from the manifest
libgabi++ from abi/cpp was only useful with stlport and libstdc++, neither of which is used in the platform any more. The NDK has its own copy of libgabi++, so remove the platform version. Change-Id: I3c97a5e49c8b0e9d1269567e0c16da8b5df604aa (cherry picked from commit aa1c5ac067a8ae8050aeb0ad0befdfbfbdddf9ea)
-rw-r--r--default.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index f8a83d7..28116fe 100644
--- a/default.xml
+++ b/default.xml
@@ -30,7 +30,6 @@
<linkfile src="root.bp" dest="Android.bp" />
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
</project>
- <project path="abi/cpp" name="platform/abi/cpp" groups="bdk" />
<project path="bionic" name="platform/bionic" groups="bdk" />
<project path="bootable/recovery" name="platform/bootable/recovery" groups="bdk" />
<project path="device/generic/arm64" name="device/generic/arm64" groups="bdk" />