From f2ded43e56019c703196286b6011a68a730de93a Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 15 Feb 2022 16:45:00 +0100 Subject: [PATCH] pstar: set shipping level to 30 --- device.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 87a0541..6efd953 100644 --- a/device.mk +++ b/device.mk @@ -12,4 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# \ No newline at end of file +# + +PRODUCT_SHIPPING_API_LEVEL := 30 \ No newline at end of file