diff options
author | Dan Albert <danalbert@google.com> | 2014-09-10 15:10:31 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2014-09-10 15:10:31 -0700 |
commit | de21059acf371a58019ef02aa79457923750aa79 (patch) | |
tree | 9401abe8157414ccde3df9c9f9e82b15060b0862 /target/product/AndroidProducts.mk | |
parent | 48505328c83d644db04703ce35af81d368279fc4 (diff) | |
download | build-de21059acf371a58019ef02aa79457923750aa79.zip build-de21059acf371a58019ef02aa79457923750aa79.tar.gz build-de21059acf371a58019ef02aa79457923750aa79.tar.bz2 |
Remove the vbox target from the build system.
I've been told this is no longer in use, and it's the only user of
external/grub, which is distressingly out of date.
Change-Id: I434a55e0d68f6db97fa71e294e983ff1802e9ba6
Diffstat (limited to 'target/product/AndroidProducts.mk')
-rw-r--r-- | target/product/AndroidProducts.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/product/AndroidProducts.mk b/target/product/AndroidProducts.mk index a714f1f..97c5bda 100644 --- a/target/product/AndroidProducts.mk +++ b/target/product/AndroidProducts.mk @@ -59,7 +59,6 @@ PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/aosp_mips64.mk \ $(LOCAL_DIR)/aosp_x86_64.mk \ $(LOCAL_DIR)/full_x86_64.mk \ - $(LOCAL_DIR)/vbox_x86.mk \ $(LOCAL_DIR)/sdk.mk \ $(LOCAL_DIR)/sdk_x86.mk \ $(LOCAL_DIR)/sdk_mips.mk \ |