← Back to team overview

ubuntu-phone team mailing list archive

Re: Fail to build m7tmo (T-Mobile HTC One)

 

In m7-common/m7-common.mk comment out:

# NFC
PRODUCT_PACKAGES += \
    nfc.msm8960 \
    libnfc \
    libnfc_ndef \
    libnfc_jni \  <-remove "\"
    Nfc \  <-this
    Tag \  <-this
    com.android.nfc_extras  <-this

and all of this:

# Misc Packages
PRODUCT_PACKAGES += \
    DeviceSettings \
    Torch

I commented it out and I no longer get the error, however, I now get this
> message:
>
> make: *** No rule to make target
> `frameworks/base/nfc-extras/com.android.nfc_extras.xml', needed by
> `/home/thomasjohnarouge/Documents/ubuntu_touch_porting/out/target/product/m7tmo/system/etc/permissions/com.android.nfc_extras.xml'.
>  Stop.
>

Follow ups

References