leo: Add build barrier for other devices
This was breaking the normal builds on other devices... Change-Id: Ic8ffa68ac432640433c6083b3a9774c59204df8c
This commit is contained in:
parent
115162ec01
commit
b8e67364ce
@ -12,6 +12,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),leo)
|
||||
|
||||
LOCAL_PATH := $(my-dir)
|
||||
subdir_makefiles := \
|
||||
$(LOCAL_PATH)/libreference-ril/Android.mk \
|
||||
@ -21,3 +23,5 @@ subdir_makefiles := \
|
||||
$(LOCAL_PATH)/libhtc_ril_wrapper/Android.mk
|
||||
|
||||
include $(subdir_makefiles)
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user