From 01f7576a3e30c68a7073300d8dac036a0ad98b75 Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Fri, 4 Aug 2017 16:05:40 -0700 Subject: [PATCH] Add AID for LoWPAN subsystem Bug: b/64399805 Change-Id: Ida6aa60d8beee9151a723826d99c1e9044dc05be --- libcutils/include/private/android_filesystem_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcutils/include/private/android_filesystem_config.h b/libcutils/include/private/android_filesystem_config.h index d4ba01963..e80bf3632 100644 --- a/libcutils/include/private/android_filesystem_config.h +++ b/libcutils/include/private/android_filesystem_config.h @@ -120,6 +120,7 @@ #define AID_ESE 1060 /* embedded secure element (eSE) subsystem */ #define AID_OTA_UPDATE 1061 /* resource tracking UID for OTA updates */ #define AID_AUTOMOTIVE_EVS 1062 /* Automotive rear and surround view system */ +#define AID_LOWPAN 1063 /* LoWPAN subsystem */ /* Changes to this file must be made in AOSP, *not* in internal branches. */ #define AID_SHELL 2000 /* adb and debug shell user */