Revert "Add lunch target aosp_flounder_andromeda"

This reverts commit 8dd485f8864e73af4d49fc530bd55774a8054500.

Change-Id: I4ffbc3c8a1c556c7a941a00de92b62ad4c1be579
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 88ea0ed..b58d0a7 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -18,5 +18,4 @@
 	$(LOCAL_DIR)/aosp_flounder.mk \
 	$(LOCAL_DIR)/aosp_flounder64.mk \
 	$(LOCAL_DIR)/aosp_flounder32.mk \
-	$(LOCAL_DIR)/aosp_flounder_64_only.mk \
-	$(LOCAL_DIR)/aosp_flounder_andromeda.mk
+	$(LOCAL_DIR)/aosp_flounder_64_only.mk
diff --git a/aosp_flounder_andromeda.mk b/aosp_flounder_andromeda.mk
deleted file mode 100644
index 9098e2f..0000000
--- a/aosp_flounder_andromeda.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (C) 2013 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# Start with regular flounder.
-$(call inherit-product, $(LOCAL_PATH)/aosp_flounder.mk)
-
-# Enable Andromeda UI features.
-# TODO: Use PRODUCT_PACKAGES_OVERLAYS to customize the UI vi
-# frameworks/base/core/res/res/values/config.xml
-
-PRODUCT_NAME := aosp_flounder_andromeda
diff --git a/vendorsetup.sh b/vendorsetup.sh
index 41f98ee..a73d1df 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -15,4 +15,3 @@
 #
 
 add_lunch_combo aosp_flounder-userdebug
-add_lunch_combo aosp_flounder_andromeda-userdebug