Skip to content

Commit

Permalink
build aosp symlinks regardless of aosp_angler.mk
Browse files Browse the repository at this point in the history
Change-Id: Ib949ecdddd3120296619fce36027f7d77eeca878
  • Loading branch information
Beanstown authored and krash867 committed Sep 12, 2016
1 parent 927e3cf commit faf48e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aosp/Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create links from /vendor to /system for AOSP without vendor builds
ifneq (,$(filter aosp_angler, $(TARGET_PRODUCT)))
ifeq ($(TARGET_DEVICE),angler)

LOCAL_PATH := $(call my-dir)

Expand Down
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ PRODUCT_PACKAGES += \
wpa_supplicant \
wpa_supplicant.conf

PRODUCT_PACKAGES += \
AOSPLinks

# NFC
PRODUCT_PACKAGES += \
libnfc-nci \
Expand Down

0 comments on commit faf48e2

Please sign in to comment.