Initial push

This commit is contained in:
PizzaG 2026-07-24 16:32:02 -05:00
commit a01d3e7cc2
1993 changed files with 106354 additions and 0 deletions

21
Apps/Android.mk Normal file
View file

@ -0,0 +1,21 @@
#
# Copyright 2019-Present A-Team Digital Solutions
#
LOCAL_PATH := $(call my-dir)
# Only include this module if TARGET_IS_GSI is NOT set
ifneq ($(TARGET_IS_GSI), true)
include $(CLEAR_VARS)
LOCAL_MODULE := TimeWeather
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := TimeWeather.apk
LOCAL_PRODUCT_MODULE := true
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/app
include $(BUILD_PREBUILT)
endif

BIN
Apps/TimeWeather.apk Executable file

Binary file not shown.