sonyxperiadev / device-sony-tone

10 stars 25 forks source link

tone: Use standard ifeq in Android.mk #74

Closed Myself5 closed 7 years ago

Myself5 commented 7 years ago

The filter-out version was not null proof. In case of PRODUCT_PLATFORM being unset (for example when building a non sony device with Sony trees local) the filter-out condition was falsely turning true and called all sub-makefiles, which is obviously nothing we want.