summaryrefslogtreecommitdiff
path: root/self-extractors/root
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2019-02-28 16:23:00 -0800
committerBill Yi <byi@google.com>2019-03-01 04:49:46 +0000
commitb7802546dda317ce1617929c837e391b9e7f1bff (patch)
treeaca8dabd5843a3542e21b33a46f127f506f0e6ce /self-extractors/root
parent5834d3c3ad41533c3a5fbcc8845e5668009c11c4 (diff)
downloadbonito-b7802546dda317ce1617929c837e391b9e7f1bff.tar.gz
Remove checking TARGET_DEVICE as it's not visible
Each device inherits it's own BUG:117168130 Change-Id: I4a3a59d3eaf91719be33a09a0c33486f97afbc8b
Diffstat (limited to 'self-extractors/root')
-rw-r--r--self-extractors/root/proprietary/device-vendor.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/self-extractors/root/proprietary/device-vendor.mk b/self-extractors/root/proprietary/device-vendor.mk
index b00c611c..b241870a 100644
--- a/self-extractors/root/proprietary/device-vendor.mk
+++ b/self-extractors/root/proprietary/device-vendor.mk
@@ -12,11 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifneq ($(filter sargo,$(TARGET_DEVICE)),)
-LOCAL_STEM := sargo/BoardConfigPartial.mk
-else
-LOCAL_STEM := bonito/BoardConfigPartial.mk
-endif
+LOCAL_STEM := bonito/device-partial.mk
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))